Help for this page

Select Code to Download


  1. or download this
      chomp( my @filenames = <STDIN> );
      for (@filenames) {
        ... # open, read, etc
      }
    
  2. or download this
      $ ls *.txt | xargs ./myscript.pl