in reply to Re: 2048 character limit
in thread 2048 character limit
____________while (<>) { print "$1\n" while s/^(.{60})//; print "$_\n" if $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: 2048 character limit
by druid (Initiate) on Jun 06, 2002 at 07:49 UTC | |
by Aristotle (Chancellor) on Jun 06, 2002 at 14:41 UTC |