1691 shaares
17 private links
17 private links
109 results
tagged
perl
Large platform architecture in (mostly) perl - Download as a PDF or view online for free
my ($day, $mon, $year, $hr, $min, $sec) = (0) x 6;
But that's super annoying because it's necessary to count the number of items:
map { ($_) = 0 } my ($day, $mon, $year, $hr, $min, $sec);
Works as well...
The document provides instructions for uploading a first module to CPAN. It discusses using PAUSE as an intermediary, getting a PAUSE account, choosing a module name, creating the distribution, uploading modules early and often, using CPAN search, and ways to publicize and get help for modules.
perl -MO=Deparse,-d script.pl
perldoc -l Module
MyApp->config(using_frontend_proxy => 1);