Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl5/current/bin/perl
    
    ...
    foreach $file (@files) {
            print "$file \n";
    }
    
  2. or download this
    $CONFIG = "xyz789";