Help for this page

Select Code to Download


  1. or download this
    my %ignore;
    
    ...
               next; # don't print this line
       print;
    }
    
  2. or download this
    my $in_paragraph;
    my $bar;
    ...
           next;
       }
    }