view release on metacpan or search on metacpan
inc/Devel/CheckLib.pm view on Meta::CPAN
Thanks to the cpan-testers-discuss mailing list for prompting us to write it
in the first place;
to Chris Williams for help with Borland support;
to Tony Cook for help with Microsoft compiler command-line options
=head1 COPYRIGHT and LICENCE
Copyright 2007 David Cantrell. Portions copyright 2007 David Golden.
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/python_quotes.txt view on Meta::CPAN
-- Jim Hugunin, 11 Feb 1999
Programming is no different - it's only by going outside what you know, and
looking from another direction (working, if you like, your brain, so that it
can be more powerful :-) that you can improve further.
-- Andrew Cooke, 12 Feb 1999
any-technology-indistinguishable-from-magic-is-too-mysterious- to- trust-ly
y'rs
-- Tim Peters, 16 Feb 1999
t/data/python_quotes.txt view on Meta::CPAN
tried in real life.
-- GvR, 02 Oct 2002
Most recipes are short enough for the attention span of the average Python
programmer.
-- GvR, in the introduction to the _Python Cookbook_
We read Knuth so you don't have to.
-- Tim Peters, _Python Cookbook_
Here's another technique that is faster and more obvious but that is often
avoided by those who mistakenly believe that writing two lines of code where
one might do is somehow sinful.
-- Tim Peters, _Python Cookbook_
A fruitful approach to problem solving is known as "divide and conquer", or
making problems easier by splitting their different aspects apart. Making
problems harder by joining several aspects together must be an example of an
approach known as "unite and suffer!"
-- Alex Martelli, _Python Cookbook_
compromise-is-the-art-of-spreading-misery-ly y'rs
-- Tim Peters, 11 Dec 2002
As for Grail, it was certainly a "hot product" in the Python community in 1995
view all matches for this distribution
view release on metacpan or search on metacpan
t/AI-Calibrate-1.t view on Meta::CPAN
}
return(1);
}
# Given an array reference, shuffle the array. This is the Fisher-Yates code
# from The Perl Cookbook.
sub shuffle_array {
my($array) = shift;
my($i);
for ($i = @$array ; --$i; ) {
my $j = int rand ($i+1);
view all matches for this distribution
view release on metacpan or search on metacpan
megahal.trn view on Meta::CPAN
Cement is a mixture of chalk and clay used for building.
Chocolate is a confectionery made from cocoa beans.
A coma is a state of deep unconsciousness.
A compiler is a computer program that translates high level language code into machine language code.
A computer is a programmable electronic device.
Cooking is the art of preparing food for the table by subjecting it to heat in various ways.
Cosmology is the study of the structure of the universe.
The cymbal is a suspended brass disk which is struck with a stick.
Dance is a rhythmic movement of the body usually performed to music.
Data is information, especially that stored in a computer.
A day is the time taken for the earth to rotate once on its axis.
megahal.trn view on Meta::CPAN
A bard was a Celtic poet.
Beethoven was a German composer.
Benjamin Franklin was an American statesman and scientist.
Bruce Lee was a Chinese actor and expert in Kung Fu who popularised the martial arts in the west.
Bushrangers were Australian highwaymen, formerly escaped convicts.
Captain James Cook was an English sailor and explorer.
Charles Babbage was a British mathematician. He designed an analytical engine which was the forerunner of the modern computer.
Charles Robert Darwin was an English naturalist. He published his theory of evolution in a book entitled The Origin of Species.
A cretin is someone who suffers from the disease cretinism.
The druids were ancient Celtic priests. Their group still exists today in secret, despite the existence of charlatan groups claiming to be druids.
Euclid was a Greek mathematician. His book the Elements of Geometry set down how geometry was to be taught for the next 2000 years.
view all matches for this distribution
view release on metacpan or search on metacpan
Added POD tests (sort of)
Added strict to AI::Prolog
Converted to Module::Build
0.732 Sat August 6, 2005
Added lib/AI/Prolog/Cookbook.pm to the MANIFEST (whoops)
0.73 Sat August 6, 2005
Added AI::Prolog::Cookbook as an introduction to common problems
encountered when working with Prolog.
TermList->to_string now causes listings to look very similar to
SWI-Prolog. Much easier to read.
Term->to_string now identifies variables by letter, not /_\d+/.
Completed decoupling of AI::Prolog::Parser from the engine.
view all matches for this distribution
view release on metacpan or search on metacpan
# eval <<'LOGOUT';
($Coo) = ($ENV{HTTP_COOKIE} =~ /${SessionPrefix}_session=(\w+)/)
and delete $Sessions{$Coo};
print <<EOF;
Set-Cookie:/${SessionPrefix}_session=
Content-Type: text/html
<html><head><title> LOGGED OUT </title></head>
<body bgcolor=ffffff>
Cookie cleared, you are logged out of "${SessionPrefix}"
<p>
<a href="${aissri}logout">
click here to log out of AIS service $aissri</a>
</body></html>
print "X-Ais-Received-Query-String: $ENV{QUERY_STRING}\n";
$Sessions{$Coo}->{QueryString} = $ENV{QUERY_STRING};
$ENV{REQUEST_METHOD} =~ /POST/i and
$Sessions{$Coo}->{PostData} = <>;
print "Set-Cookie:/${SessionPrefix}_session=$Coo\n";
redirect "http$ssl_ext://$ENV{SERVER_NAME}$ENV{SCRIPT_NAME}$ENV{PATH_INFO}?AIS_INITIAL$suffix";
exit;
};
print <<EOF;
NOCOO:
print <<EOF;
Content-Type: text/plain
Cookies appear to be disabled in your web browser.
Cookie string: $ENV{HTTP_COOKIE}
This program uses a session and authentication system
(AIS, the Authenticated Identity Service)
that relies on cookies.
view all matches for this distribution
view release on metacpan or search on metacpan
examples/amfclient.pl view on Meta::CPAN
#!/usr/bin/env perl
# see http://swxformat.org/php/explorer/
use AMF::Connection;
use HTTP::Cookies;
use JSON;
BEGIN
{
examples/amfclient.pl view on Meta::CPAN
my $client = new AMF::Connection( $endpoint );
$client->setEncoding(3);
#$client->setHTTPProxy('http://127.0.0.1:8888');
#$client->addHeader( 'serviceBrowser', 'true' );
$client->setHTTPCookieJar( HTTP::Cookies->new(file => "/tmp/lwpcookies.txt", autosave => 1, ignore_discard => 1 ) );
my $params = [ "italy" ];
my ($response) = $client->call( $service.'.'.$method, $params );
my $json = JSON->new;
view all matches for this distribution
view release on metacpan or search on metacpan
doc/examples/sql/park.sql view on Meta::CPAN
INSERT INTO tblparks VALUES ('HERBERT HOOVER NATIONAL HISTORIC SITE','P.O. BOX 607','','','WEST BRANCH','IA','52358-0607','319-643-2541','Midwest Region','Carol kohan','8:00 AM TO 5:00 PM','08/17/1972','National Historical Site');
INSERT INTO tblparks VALUES ('HOHOKAM PIMA NATIONAL MONUMENT','1100 RUINS DRIVE','','','COOLIDGE','AZ','85228','602-723-3172','WESTERN REGION','None','7:00 AM TO 6:00 PM',' / /19','NATIONAL MONUMENT');
INSERT INTO tblparks VALUES ('HOME OF FRANKLIN D ROOSEVELT NHS','249 ALBANY POST ROAD','','','HYDE PARK','NY','12538','914-229-9115','NORTH ATLANTIC REGION','Pearson, Duane R.','8:30 AM TO 5:00 PM','01/15/1944','NATIONAL HISTORICAL SITE');
INSERT INTO tblparks VALUES ('HOMESTEAD NATIONAL MONUMENT OF AMERICA','ROUTE 3, BOX 47','','','BEATRICE','NE','68310','402-223-3514','Midwest Region','DILLON, CONSTANTINE','8:00 AM TO 5:00 PM','01/03/1939','National Monument');
INSERT INTO tblparks VALUES ('HOPEWELL CULTURE NATL HISTORICAL PARK','16062 STATE RT. 104','','','CHILLICOTHE','OH','45601-8694','614-774-1126','MIDWEST REGION','NEAL, JOHN D.','8:00 AM TO 5:00 PM','03/02/1923',NULL);
INSERT INTO tblparks VALUES ('HOPEWELL FURNACE NATIONAL HISTORIC SITE','2 MARK BIRD LANE','','','ELVERSON','PA','19520','215-582-8773','MID-ATLANTIC REGION','Cook, Derrick M.','8:45 AM TO 5:15 PM','08/03/1938','NATIONAL HISTORICAL SITE');
INSERT INTO tblparks VALUES ('HORACE M. ALBRIGHT TRAINING CENTER','NATIONAL PARK SERVICE','P.O. BOX 477','','GRAND CANYON','AZ','86023','602-638-2691','WASHINGTON OFFICE','(VACANT)','8:00 AM TO 5:00 PM','07/01/1963','SERVICE/TRAINING/ARCHEOL CENTER')...
INSERT INTO tblparks VALUES ('HORSESHOE BEND NATIONAL MILITARY PARK','11288 HORSESHOE BEND ROAD','','','DAVISTON','AL','36256-9751','205-234-7111','SOUTHEAST REGION','DAVID, JAMES S.','8:00 AM TO 5:00 PM','08/11/1959','NATIONAL MILITARY PARK');
INSERT INTO tblparks VALUES ('HOT SPRINGS NATIONAL PARK','P.O. BOX 1860','','','HOT SPRINGS','AR','71902','501-624-3383','Southwest Region','Giddings, Roger E.','8:00 AM TO 4:30 PM','03/04/1921','National Park');
INSERT INTO tblparks VALUES ('HOVENWEEP NATIONAL MONUMENT','McELMO ROUTE','CORTEZ, CO 81321','','MESA VERDE NATIONAL PARK','CO','81321','303-529-4461','Rocky Mountain Region','Hutchinson, Art','8:00 AM TO 4:30 PM','03/02/1923','National Monument');
INSERT INTO tblparks VALUES ('HUBBELL TRADING POST NHS','P.O. BOX 150','','','GANADO','AZ','86505-0150','520-755-3475','Southwest Region','VACANT','8:00 AM TO 5:00 PM','04/03/1967','National Historical Site');
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
Mojo::Cache undef
Mojo::Collection undef
Mojo::Content undef
Mojo::Content::MultiPart undef
Mojo::Content::Single undef
Mojo::Cookie undef
Mojo::Cookie::Request undef
Mojo::Cookie::Response undef
Mojo::DOM undef
Mojo::DOM::CSS undef
Mojo::DOM::HTML undef
Mojo::Date undef
Mojo::EventEmitter undef
cpanfile.snapshot view on Meta::CPAN
Mojo::Transaction::HTTP undef
Mojo::Transaction::WebSocket undef
Mojo::URL undef
Mojo::Upload undef
Mojo::UserAgent undef
Mojo::UserAgent::CookieJar undef
Mojo::UserAgent::Transactor undef
Mojo::Util undef
Mojolicious 4.34
Mojolicious::Command undef
Mojolicious::Command::cgi undef
view all matches for this distribution
view release on metacpan or search on metacpan
lib/API/ISPManager/file.pm view on Meta::CPAN
use strict;
use warnings;
use API::ISPManager;
use WWW::Mechanize;
use HTTP::Cookies;
use Data::Dumper;
# NB! plid âåçäå áåç ëèäèðóþùåãî /, ò.å. www/..., à íå /www/...
# List of files and directories
view all matches for this distribution
view release on metacpan or search on metacpan
API/Intis/lib/API/Intis.pm view on Meta::CPAN
};
sub connect {
my ($method, $other_params) = @_;
my $ua = WWW::Mechanize->new(ssl_opts => { verify_hostname => 0 } );
$ua->cookie_jar(HTTP::Cookies->new());
$ua->agent_alias('Linux Mozilla');
my %config = &readConfig();
my $timestamp = $ua->get('https://go.intistele.com/external/get/timestamp.php')->content( raw => 1 );
my %timestamp = (timestamp => $timestamp);
my $output_format;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/API/PureStorage.pm view on Meta::CPAN
die "API version 1.3 or 1.4 is not supported by host: $self->{host}\n";
}
$self->{api_version} = $api_version;
### Set the Session Cookie
my $ret = $self->_api_post("/api/$api_version/auth/session", { api_token => $self->{token} });
return $self;
}
view all matches for this distribution
view release on metacpan or search on metacpan
ReviewBoard.pm view on Meta::CPAN
package API::ReviewBoard;
use strict;
use warnings;
use LWP;
use HTTP::Cookies;
use Carp qw(croak);
use Params::Validate qw[validate OBJECT SCALAR ARRAYREF];
use Data::Dumper;
use vars qw( @EXPORT @ISA );
ReviewBoard.pm view on Meta::CPAN
$self->{_hostedurl} = $args{hostedurl};
$self->{_username} = $args{username};
$self->{_password} = $args{password};
$self->{_useragent} = LWP::UserAgent->new;
$self->{_cookie_jar} = HTTP::Cookies->new(file => "lwpcookies.txt", autosave => 1);
# post request to login
my $link = $self->{_hostedurl}.'api/json/accounts/login/';
my $request = new HTTP::Request('POST',$link);
view all matches for this distribution
view release on metacpan or search on metacpan
applications/display-test.pl view on Meta::CPAN
EOH
if ($playSoundStatus) {
print HTML <<EOH;
<script language="JavaScript" type="text/javascript">
var soundState = getSoundCookie( 'soundState' );
if ( soundState != null && soundState == 'on' ) {
playSound = '<embed src="$HTTPSURL/sound/$SOUND{$playSoundStatus}" width="" height="" alt="" hidden="true" autostart="true" loop="false"><\\/embed>';
dynamicContentNS4NS6FF ('SoundStatus', playSound, 1);
}
applications/display-test.pl view on Meta::CPAN
EOH
if ($playSoundStatus) {
print HTMLCV <<EOH;
<script language="JavaScript" type="text/javascript">
var soundState = getSoundCookie( 'soundState' );
if ( soundState != null && soundState == 'on' ) {
playSound = '<embed src="$HTTPSURL/sound/$SOUND{$playSoundStatus}" width="" height="" alt="" hidden="true" autostart="true" loop="false"><\\/embed>';
dynamicContentNS4NS6FF ('SoundStatus', playSound, 1);
}
applications/display-test.pl view on Meta::CPAN
EOH
if ($playSoundStatus) {
print HTMLMCV <<EOH;
<script language="JavaScript" type="text/javascript">
var soundState = getSoundCookie( 'soundState' );
if ( soundState != null && soundState == 'on' ) {
playSound = '<embed src="$HTTPSURL/sound/$SOUND{$playSoundStatus}" width="" height="" alt="" hidden="true" autostart="true" loop="false"><\\/embed>';
dynamicContentNS4NS6FF ('SoundStatus', playSound, 1);
}
view all matches for this distribution
view release on metacpan or search on metacpan
Was forced to clear @DeathHooks array after calling _END() because
of the persistent state of Apache::ASP holding over contents across
executions.
Removed BinaryWrite(), SetCookie(), and Autoload functionality.
=item Version 1.00
The escapeHTML() and unescapeHTML() functions now accept array refs as well
as lists, as Win32::ASP::HTMLEncode() was supposed to.
Exported $ScriptingNamespace object.
Added methods escape(), unescape(), escapeHTML(), unescapeHTML().
Thanks to Bill Odom for pointing these out!
Re-implemented SetCookie and BinaryWrite functions.
=item Version 0.11
Optimized and debugged.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ASP4.pm view on Meta::CPAN
An instance of L<ASP4::Request>, the C<$Request> object contains specialized methods
for dealing with whatever the browser sent us.
Examples:
=head3 $Request->Cookies( $name )
my $cookie = $Request->Cookies("some-cookie-name");
=head3 $Request->FileUpload( $field_name )
if( my $file = $Request->FileUpload('avatar_pic') ) {
# Handle the uploaded file:
lib/ASP4.pm view on Meta::CPAN
=head3 $Response->Redirect( $url )
$Response->Redirect( "/new/url/?foo=bar" );
=head3 $Response->SetCookie( %args )
Setting cookies works as follows:
$Response->SetCookie(
name => "cookie-name",
value => "the-value",
# The rest of these arguments are optional:
view all matches for this distribution
view release on metacpan or search on metacpan
Ace/Browser/AceSubs.pm view on Meta::CPAN
=head1 SYNOPSIS
use Ace;
use Ace::Browser::AceSubs;
use CGI qw(:standard);
use CGI::Cookie;
my $obj = GetAceObject() || AceNotFound();
PrintTop($obj);
print $obj->asHTML;
PrintBottom();
Ace/Browser/AceSubs.pm view on Meta::CPAN
PrintBottom
Url
The following subroutines are exported if explicitly requested:
AceAddCookie
AceInit
AceHeader
AceMultipleChoices
AceRedirect
DB_Name
Ace/Browser/AceSubs.pm view on Meta::CPAN
use strict;
use Ace::Browser::SiteDefs;
use Ace 1.76;
use CGI qw(:standard escape);
use CGI::Cookie;
use File::Path 'mkpath';
use vars qw/@ISA @EXPORT @EXPORT_OK $VERSION %EXPORT_TAGS
%DB %OPEN $HEADER $TOP @COOKIES
$APACHE_CONF/;
Ace/Browser/AceSubs.pm view on Meta::CPAN
######################### This is the list of exported subroutines #######################
@EXPORT = qw(
GetAceObject AceError AceNotFound AceMissing DoRedirect
OpenDatabase Object2URL Url
ObjectLink Configuration PrintTop PrintBottom);
@EXPORT_OK = qw(AceRedirect Toggle ResolveUrl AceInit AceAddCookie
AceHeader TypeSelector Style AcePicRoot
Header Footer DB_Name AceMultipleChoices);
%EXPORT_TAGS = ( );
use constant DEFAULT_DATABASE => 'default';
Ace/Browser/AceSubs.pm view on Meta::CPAN
This function prints the HTTP header and issues a number of cookies
used for maintaining AceBrowser state. It is not exported by default.
=cut
=item AceAddCookie(@cookies)
This subroutine, which must be called b<after> OpenDatabase() and/or
GetAceObject() and b<before> PrintTop(), will add one or more cookies
to the outgoing HTTP headers that are emitted by AceHeader().
Cookies must be CGI::Cookie objects.
=cut
sub AceAddCookie {
push @COOKIES,@_; # add caller's to our globals
}
################## canned header ############
sub AceHeader {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Australian.pm view on Meta::CPAN
'SHOLDEN' => 'Sam Holden',
'SIMRAN' => 'simran',
'STEVENL' => 'Steven Lee',
'STHOMAS' => 'Steve Thomas',
'TOBYINK' => 'Toby Inkster',
'TONYC' => 'Tony Cook',
'UNISOLVE' => 'Simon Taylor',
'VENTRAIP' => 'VentraIP Wholesale',
'VOICET' => 'Ben Kramer',
'WAYLAND' => 'Tim Nelson',
'XANNI' => 'Andrew Pam',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/CPANTS/FiveOrMore.pm view on Meta::CPAN
q <TOBYINK> => q <Toby Inkster>,
q <TOKUHIROM> => q <Tokuhiro Matsuno>,
q <TOMITA> => q <Naoki Tomita (tomi-ru)>,
q <TOMYHERO> => q <Tomohiro Teranishi>,
q <TONVOON> => q <Ton Voon>,
q <TONYC> => q <Tony Cook>,
q <TPABA> => q <Daniel Podolsky>,
q <TPEDERSE> => q <Ted Pedersen>,
q <TPG> => q <Toni Prug>,
q <TRIDDLE> => q <Tyler Riddle>,
q <TSCH> => q <Torsten Schoenfeld>,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/DebianDev.pm view on Meta::CPAN
BBYRD => "Brendan Byrd",
BOGDAN => "Bogdan Lucaciu",
BRICAS => "Brian Cassidy",
CHILTS => "Andrew Chilton",
CJCOLLIER => "C.J. Adams-Collier",
COOK => "Kees Cook",
COSIMO => "Cosimo Streppone",
CVICENTE => "Carlos Vicente",
DAMOG => "David Moreno",
DAXIM => "Lars D\x{26a}\x{1d07}\x{1d04}\x{1d0b}\x{1d0f}\x{1d21} \x{8fea}\x{62c9}\x{65af} (Lars Dieckow)",
DDEIMEKE => "Dirk Deimeke",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/GitHub.pm view on Meta::CPAN
q(TOMHRR) => q(Tom Harrison),
q(TOMHUKINS) => q(Tom Hukins),
q(TOMITA) => q(Naoki Tomita),
q(TOMK) => q(Thomas Kratz),
q(TOMMY) => q(Tommy Butler),
q(TONYC) => q(Tony Cook),
q(TORBIAK) => q(Jordan Torbiak),
q(TOREAU) => q(Tore Aursand),
q(TORITSUYO) => q(Tsuyoshi Torii),
q(TORU) => q(Toru Hisai),
q(TOSHIOITO) => q(Toshio Ito),
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/POE.pm view on Meta::CPAN
STE => q[Steve James],
SUZUKI => q[Yuji Suzuki],
TAG => q[Scott S. McCoy],
TBR => q[Thiago Berlitz Rondon],
TEEJAY => q[Aaron James Trevena],
TONYC => q[Tony Cook],
TREEKI => q[Ash Wolf],
TYPESTER => q[Daisuke Murase],
ULTRADM => q[George Patrascan],
VANY => q[Ivan B. Serezhkin],
WANG => q[wb@95700.net],
lib/Acme/CPANAuthors/POE.pm view on Meta::CPAN
STE => q[Steve James],
SUZUKI => q[Yuji Suzuki],
TAG => q[Scott S. McCoy],
TBR => q[Thiago Berlitz Rondon],
TEEJAY => q[Aaron James Trevena],
TONYC => q[Tony Cook],
TREEKI => q[Ash Wolf],
TYPESTER => q[Daisuke Murase],
ULTRADM => q[George Patrascan],
VANY => q[Ivan B. Serezhkin],
WANG => q[wb@95700.net],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2012.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2012;
our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2012/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"File::Path"},{module=>"File::Spec"},...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2012
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2012.pm view on Meta::CPAN
=item * L<Module::Build>
=item * L<Module::Build::CleanInstall>
=item * L<Module::Build::Cookbook>
=item * L<Module::Pluggable>
=item * L<IO::Prompt::Hooked>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2015.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2015;
our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2015/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"GeoIP2::Database::Reader"},{module=>...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2015
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2015.pm view on Meta::CPAN
=item * L<Devel::Hide>
=item * L<Lingua::EN::Inflexion>
=item * L<Convert::CookingTimes>
=item * L<Text::Hogan>
=item * L<Text::Hogan::Compiler>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlDancerAdvent/2010.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlDancerAdvent::2010;
our $DATE = '2016-11-24'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2010/] (retrieved on 2016-11-24). Visit the URL for the full contents.",entries=>[{module=>"Dancer"},{module=>"Dancer::Pl...
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2010
__END__
lib/Acme/CPANLists/Import/PerlDancerAdvent/2010.pm view on Meta::CPAN
=item * L<Devel::Cover>
=item * L<Test::More>
=item * L<Catalyst::Plugin::CookiedSession>
=item * L<Crypt::CBC>
=item * L<Crypt::Rijndael>
=item * L<Dancer::Session>
=item * L<Dancer::Session::Cookie>
=item * L<Dancer::Session::Memcached>
=item * L<Plack::Middleware::Session::Cookie>
=item * L<String::CRC32>
=item * L<Catalyst::Action::REST>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlDancerAdvent/2014.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlDancerAdvent::2014;
our $DATE = '2016-11-19'; # DATE
our $VERSION = '0.002'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2014/] (retrieved on 2016-11-18). Visit the URL for the full contents.",entries=>[{module=>"DBIx::Class"},{module=>"Dance...
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2014
__END__
lib/Acme/CPANLists/Import/PerlDancerAdvent/2014.pm view on Meta::CPAN
=item * L<Dancer2::Test>
=item * L<Dancer::Test>
=item * L<HTTP::Cookies>
=item * L<HTTP::Request>
=item * L<HTTP::Response>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlDancerAdvent::2016;
our $DATE = '2017-01-31'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2016/] (retrieved on 2017-01-31). Visit the URL for the full contents.",entries=>[{module=>"HTTP::Headers::Fast"},{module...
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2016
__END__
lib/Acme/CPANLists/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
=over
=item * L<HTTP::Headers::Fast>
=item * L<HTTP::XSCookies>
=item * L<HTTP::XSHeaders>
=item * L<JSON>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/CPANRatings/User/perlancar.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-Import-CPANRatings-User-perlancar'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {description=>"This list is generated by scraping CPANRatings (cpanratings.perl.org) user page.",entries=>[{description=>"\nI'm not sure this really "befits a ::Tiny distribution" just because it's a thin wrapper of something. P...
1;
# ABSTRACT: List of modules mentioned by CPANRatings user perlancar
__END__
lib/Acme/CPANModules/Import/CPANRatings/User/perlancar.pm view on Meta::CPAN
Author: L<TOMMY|https://metacpan.org/author/TOMMY>
Point for documentation (lots of examples and cookbook). But the recipes in the cookbook currently don't really entice me to use the module. Let's see:
<br><br>1) batch file rename: it's much simpler to use 'rename' or 'perlmv' utility. Or, it's much shorter to just use plain perl like 'for (grep {-f} <*>) { rename $I<< , s/.log$/.txt/r }'.
<br><br>2) recursively remove a directory tree: it's much shorter to just use 'File::Path::remove >>tree()'.
<br><br>3) increment a counter file: no locking (it's classic 1990's counter.cgi race condition all over again). Take a look at, for example, The Perl Cookbook chapter 7.11. Or I think one of Randal Schwartz's articles.
<br><br>As an alternative, one can also take a look at Path::Tiny.
=item L<Common::Routine>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/NewDistributions/202001.pm view on Meta::CPAN
description => "Distribution Calendar-Dates-UnitedNations-InternationalDays first released by PERLANCAR at 2020-01-01T11:35:05Z.",
module => "Calendar::Dates::UnitedNations::InternationalDays",
summary => "United Nations' International Days",
},
{
description => "Distribution Catalyst-Authentication-Credential-RedmineCookie first released by BOKUTIN at 2020-01-09T06:00:28Z.",
module => "Catalyst::Authentication::Credential::RedmineCookie",
summary => "Decode the redmine cookie _redmine_session",
},
{
description => "Distribution Catalyst-Authentication-RedmineCookie first released by BOKUTIN at 2020-01-17T07:22:36Z.",
module => "Catalyst::Authentication::RedmineCookie",
summary => "Decode the redmine cookie _redmine_session",
},
{
description => "Distribution Chart-Colors first released by CDRAKE at 2020-01-20T10:56:51Z.",
module => "Chart::Colors",
lib/Acme/CPANModules/NewDistributions/202001.pm view on Meta::CPAN
=item * L<Calendar::Dates::UnitedNations::InternationalDays> - United Nations' International Days
Distribution Calendar-Dates-UnitedNations-InternationalDays first released by PERLANCAR at 2020-01-01T11:35:05Z.
=item * L<Catalyst::Authentication::Credential::RedmineCookie> - Decode the redmine cookie _redmine_session
Distribution Catalyst-Authentication-Credential-RedmineCookie first released by BOKUTIN at 2020-01-09T06:00:28Z.
=item * L<Catalyst::Authentication::RedmineCookie> - Decode the redmine cookie _redmine_session
Distribution Catalyst-Authentication-RedmineCookie first released by BOKUTIN at 2020-01-17T07:22:36Z.
=item * L<Chart::Colors> - Perl extension to return an endless stream of new distinct RGB colours codes (good for coloring any number of chart lines)
Distribution Chart-Colors first released by CDRAKE at 2020-01-20T10:56:51Z.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/WorkingWithCSV.pm view on Meta::CPAN
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-WorkingWithCSV>.
=head1 SEE ALSO
L<App::CSVUtils::Manual::Cookbook>
The See Also section in L<App::CSVUtils> documentation
L<Acme::CPANModules::WorkingWithXLS>
view all matches for this distribution