Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        my @t = localtime($epoch_time);
        return sprintf("%02d %s %d", $t[3], $month[ $t[4] ], $t[5]+1900);
    }
    
  2. or download this
    my $data= [
               [ '1', '2', '3', ],
               [ '1', '2', '3', ]
              ];