Help for this page

Select Code to Download


  1. or download this
    Unmatched right curly bracket at findfiles.pl line 5, at end of line
    syntax error at findfiles.pl line 5, near "}"
    findfiles.pl had compilation errors.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    for (@array) { print "$_ \n";}
    
    print "done\n";