Result:
found more than 545 distributions - search limited to the first 2001 files matching your query ( run in 0.645 )


Apache2-WebApp-Toolkit

 view release on metacpan or  search on metacpan

lib/Apache2/WebApp.pm  view on Meta::CPAN

  [template]
  cache_size         = 100                                     # total files to store in cache
  compile_dir        = /var/www/project/tmp/cache/templates    # path to template cache
  include_path       = /var/www/project/templates              # path to template directory
  stat_ttl           = 60                                      # template to HTML build time (in seconds)
  encoding           = utf8                                    # template output encoding

H) Website sources.  This includes HTML, CSS, Javascript, and images.  When setting
up FTP access - restrict access to this directory only.

I) Basic template.

 view all matches for this distribution


ApacheLog-Compressor

 view release on metacpan or  search on metacpan

examples/compress.pl  view on Meta::CPAN

use warnings;

use ApacheLog::Compressor 0.004;
use Sys::Hostname qw(hostname);

binmode STDOUT, ':encoding(utf8)';
binmode STDERR, ':encoding(utf8)';

my ($in, $out) = @ARGV;
die "No input file provided" unless defined $in && length $in;
die "No output file provided" unless defined $out && length $out;

examples/compress.pl  view on Meta::CPAN

	}
);

# Input file - normally use whichever one's just been closed + rotated
open my $in_fh, '<', $in or die "Failed to open input file $in - $!";
binmode $in_fh, ':encoding(utf8)';

# Initial packet to identify which server this came from
$alc->send_packet('server',
	hostname	=> hostname(),
);

 view all matches for this distribution


App-1234567891

 view release on metacpan or  search on metacpan

1234567891.pm  view on Meta::CPAN

package App::1234567891 ;  
our $VERSION = '0.011' ; 
our $DATE = '2025-03-18T15:20+09:00' ; 

=encoding utf8

=head1 NAME

App::1234567891 - Yield the sequence like '12345678911234567892...' to know the text length by comparison. 

 view all matches for this distribution


App-12567834

 view release on metacpan or  search on metacpan

12567834.pm  view on Meta::CPAN

package App::12567834 ;  
our $VERSION = '0.022' ; 
our $DATE = '2025-04-17T20:00+09:00' ; 

=encoding utf8

=head1 NAME

App::12567834 - Adobe等のソフトで小冊子印刷のページ指定時に、1枚印刷するごとに元のPDFから順に4ページずつになるようにする。
When specifying pages for booklet printing in software such as Adobe, 

 view all matches for this distribution


App-ANSIColorUtils

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[GenPericmdScript / GenPericmdScript show-assigned-rgb-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_assigned_rgb_colors
read_config=0
read_env=0
use_utf8=1

[GenPericmdScript / GenPericmdScript show-rand-rgb-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_rand_rgb_colors
read_config=0
read_env=0
use_utf8=1

[GenPericmdScript / GenPericmdScript show-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors
read_config=0
read_env=0
use_utf8=1

[GenPericmdScript / GenPericmdScript show-colors-from-scheme]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors_from_scheme
read_config=0
read_env=0
use_utf8=1

[GenPericmdScript / GenPericmdScript show-colors-from-theme]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors_from_theme
read_config=0
read_env=0
use_utf8=1

[GenPericmdScript / GenPericmdScript show-text-using-color-gradation]
url=/App/ANSIColorUtils/show_text_using_color_gradation
read_config=0
read_env=0

 view all matches for this distribution


( run in 0.645 second using v1.01-cache-2.11-cpan-49f99fa48dc )