Help for this page

Select Code to Download


  1. or download this
    find /cdw/home_dir/ -name "*.sas" | xargs perl yourprog.pl
    
  2. or download this
    use strict;
    use warnings;
    ...
          print "Found $word in $ARGV\n" if (/\Q$word/);
       }
    }