Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    @array_time=localtime;
    ...
       $firstFile = "file_"."23.txt";
       print "First File will be |$firstFile|\n";
    }