![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Unable to split $ARGV[0] variable. Can it be done?by Anonymous Monk |
on Dec 10, 2012 at 15:15 UTC ( #1008116=note: print w/replies, xml ) | Need Help?? |
Split does not care where you got your string data from; that would be silly. Print out the contents of your variable just before you do the split, and show the actual code that includes the split. Comparing the two with the documentation on how split works should then make the problem obvious.
In Section
Seekers of Perl Wisdom
|
|