Help for this page

Select Code to Download


  1. or download this
    perl -000 -ne 'print if /lazy/' lazy_file
    
  2. or download this
    # assuming @array already exists for some reason
    $str = join "", @array;
    ...
       print if /lazy/;
    }
    close S;