Hi, I use a script to generate 25 digit numbers.
and I store all these generated 25 digit numbers in a .txt file, now I would like a seperate PERL script to take connect to a https webpage, fill in the field with the 25 digits and then hit "Submit"
I don't have the slightest idea on where to start...
I looked up articles and got an e-book regarding PERL scripts but I can't really find any snippet or reference which pertains to my issue.
Any suggestions?
well, i've been trying to search but I don't know how to word the search..i looked up https connections etc.. but the most I got out of it was..
use LWP::UserAgent;
and
$site = $ARGV[0]; # Site Target