Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    script
    end 
    foo
    
  2. or download this
        if (/start/i .. /end/i) {
            print unless /start/i or /end/i;
        }