in reply to Re^4: How to convert an @ARGV to form based input?
in thread How to convert an @ARGV to form based input?

D'OH!
That should have read:
if($domain eq "") {
not
if($domain ne "") {
Sorry.
It still doesn't work.
--Chris
#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;