Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: running an example script with WWW::Mechanize* module

by Aldebaran (Curate)
on Apr 19, 2020 at 01:18 UTC ( [id://11115761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %known_agents = (
        'Windows IE 6'      => 'Mozilla/4.0 (compatible; MSIE 6.0; Windows
    + NT 5.1)',
    
  2. or download this
    # get login data for using Config::Tiny
      use Config::Tiny;
      my $ini_path = qw( /home/hogan/Documents/html_template_data/3.values
    +.ini  );
    ...
      my $username = $Config->{$sub_hash}{'username'};
      my $password = $Config->{$sub_hash}{'password'};
      say "values are  $username $password ";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11115761]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found