Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Escape user name and password in LWP proxy call.

by soonix (Canon)
on Oct 15, 2021 at 11:20 UTC ( [id://11137573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($user, $pass, $mail) = qw(root $ecret someone@somewhe.re);
    
  2. or download this
    use Config::Tiny;
    my $ini = Config::Tiny->read( 'whoamI.ini', 'encoding(Windows-1252)' )
    +;
    my ($user, $pass, $mail) = ($ini->{Main}{user},$ini->{Main}{pass},$ini
    +->{Main}{mail});
    
  3. or download this
    [Main]
    user=root
    pass=$ecret
    mail=someone@somewhe.re
    

Log In?
Username:
Password:

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

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

    No recent polls found