Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
          print "Found: $_";
       }
    }
    
  2. or download this
    __DATA__
    A line of stuff with do_add in it.
    ...
    Found: A line of stuff with do_add in it.
    Found: A line of stuff with do_delete in it.
    Found: The last line of stuff. It has do_add and do_delete.