Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Time::localtime;
    ...
    print "$month/$day/$year\n";
    my $s = "$month/$day/$year";
    print "s: $s\n";
    
  2. or download this
    Use of uninitialized value at test.pl line 5.
    Use of uninitialized value at test.pl line 5.
    Use of uninitialized value at test.pl line 5.
    //