in reply to Re: Re: Validating command-line _parameters_ (not options)in thread Validating command-line _parameters_ (not options)
make sure @ARGV contains exactly one element. split ARGV[0] at the @ Make sure the split gave you both parts.