Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

HTTP GET without LWP

by bbfu (Curate)
on Jan 13, 2001 at 04:04 UTC ( [id://51510]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use IO::Socket;
    unless (@ARGV) { die "usage: $0 URL\n" }
    ...
        print "\n$sep";
        close $remote;
    }
    
  2. or download this
    $ ./gethttp 'http://login.gatorlink.ufl.edu/authenticate.cgi'
    HTTP/1.0 404 Not Found
    Date: Fri, 12 Jan 2001 22:57:21 GMT
    ...
    <H1>Not Found</H1>
    The requested URL http://login.gatorlink.ufl.edu/authenticate.cgi was 
    +not found on this server.<P>
    </BODY></HTML>
    

Log In?
Username:
Password:

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

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

    No recent polls found