Help for this page

Select Code to Download


  1. or download this
    package FirmaTest {
      print "welcome to FirmaTest\n";
    ...
    }
    
    1;
    
  2. or download this
    perl -MFirmaTest -e " print qq(warnings: $^W\n); print qq(ENV: $ENV{'F
    +irmaTest'}\n); say qw(saying: aa)
     my $str = POSIX::strftime( '%B %d, %Y',0, 0, 0, 12, 11, 115, 2 );say 
    +qq(POSIX::strftime: $str)  "
    ...
    saying:aa
    POSIX::strftime: dicembre 12, 2015