Help for this page

Select Code to Download


  1. or download this
    use strict;
    while (<>) {
    ...
            print;
        }
    }
    
  2. or download this
    use strict;
    my ($firstfoundflag, $lastfoundflag);
    ...
            print;
        }
    }