Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: splitting up a long text at regular intervals

by GrandFather (Saint)
on Oct 30, 2005 at 23:58 UTC ( [id://504085]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://504085]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-03-28 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found