Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: Re: Re: Re: Hide real IP

by blue_cowdawg (Monsignor)
on May 05, 2004 at 19:27 UTC ( [id://350892]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    
    my $ua=LWP::UserAgent->new;
    my $result=$ua->get('http://www.perlmonks.org');
    
  2. or download this
    open PIPE,"/usr/bin/lynx -source http://www.perlmonks.org|"
        or die $!;
    
  3. or download this
    sudo ln -s /dev/null /dev/ip
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found