![]() |
|
more useful options | |
PerlMonks |
Re^3: split function against a HTML codeby mreece (Friar) |
on Nov 26, 2007 at 15:28 UTC ( #653004=note: print w/replies, xml ) | Need Help?? |
looks like you neglected to call the split function at all: my @line_split = split('<', $line);
In Section
Seekers of Perl Wisdom
|
|