Perl
Chris Wood (chrisw@nospam.arkady.austlii.edu.au)
Wed, 6 Mar 1996 22:19:36 +1000
I have a problem with the Split command. Yes it works fine in splitting the
character out (eg split (/:/) splits the : out) but it also wants to split
the first return character, even when I put $/ = "\n\n"; before the split
command.
Any suggestions?
Thanks,
Chris.