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


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

Well, as you might expect, the output returned:
google.com: alt3.aspmx.l.google.com [40 +] alt4.aspmx.l.google.com [50 +] aspmx.l.google.com [10 +] alt2.aspmx.l.google.com [30 +] alt1.aspmx.l.google.com [20 +]
Now, if I could only figure out how to return the form field...
changing eq "" to ne "" didn't return form fields either. :(
Thanks again for taking the time to respond.
--Chris
#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;