Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
     
    ...
        print "File Name: $file 5 seconds til next.\n\n";
        sleep 5;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
       print while <$fh>;
    }