Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Using WWW::Scripter with NTLM authentication

by LambethBoy (Initiate)
on Feb 03, 2011 at 10:55 UTC ( [id://885968]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub clone
    {
    ...
        my $copy = bless { %$self }, ref $self;  # copy most fields
    
        delete $copy->{handlers};
    
  2. or download this
        # copy any plain arrays and hashes; known not to need recursive co
    +py
        for my $k (qw(proxy no_proxy requests_redirectable)) {
    ...
    
        $copy;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found