vendredi 25 mars 2016

Authorization on website in PERL

How to open website on Internet browser (i.e. Firefox) with authorization in Perl?

In example?

my $url = "http://www.google.com/";
system(qq{start "" "$url"});

Above code opens website www.google.com, but how to open it when website requires authorization?




Aucun commentaire:

Enregistrer un commentaire