http://www.perlmonks.org?node_id=1008124


in reply to [SOLVED]Unable to split $ARGV[0] variable. Can it be done?

You could use split but instead of RTFM I always say if in doubt, see if someone has written a library to do the job you need the code to do.

breakup URIs? Maybe URI::Split or simply URI itself will do the job?

A Monk aims to give answers to those who have none, and to learn from those who know more.
  • Comment on Re: Unable to split $ARGV[0] variable. Can it be done?