in reply to Split Not Working Correctly?
Tip #2 from the Basic debugging checklist: print
print "$call_subs{$call}\n"; @subjects = split(/, /, $call_subs{$call}); use Data::Dumper; print Dumper(\@subjects);
See also: split
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Split Not Working Correctly?
by Hans Castorp (Sexton) on Jan 08, 2014 at 14:51 UTC | |
by AnomalousMonk (Archbishop) on Jan 08, 2014 at 17:03 UTC |