Help for this page

Select Code to Download


  1. or download this
        ack -ag .pep$ | xargs your-program
        find -iname *.pep | xargs your-program
    
  2. or download this
    use 5.010;
    use autodie qw(:all);
    ...
        }
        close $handle;
    }