in reply to Re: LWP/HTTP::Request::Common - form submission
in thread LWP/HTTP::Request::Common - form submission

Some code may help...

open (FINALDNS, "final.txt");
#my @file3 = <FINALDNS>;
my $file3 = do {local $/; FINALDNS};
close FINALDNS;

  • Comment on Re^2: LWP/HTTP::Request::Common - form submission