Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      $linesSinceBreak = 0, print "\n<<BreakHere\n" if ++$linesSinceBreak 
    +>= 15 && ! length $_;
      print "$_\n";
      }
    
  2. or download this
    __DATA__
    I have the text of a play which I was to put into
    ...
    Sorry for not having a good grasp of the parsing
    lingo here, but hopefully
    you get what I want to do.
    
  3. or download this
    I have the text of a play which I was to put into
    a presentation. So I need to
    ...
    Sorry for not having a good grasp of the parsing
    lingo here, but hopefully
    you get what I want to do.