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

beretboy's scratchpad

by beretboy (Chaplain)
on Jun 04, 2004 at 18:05 UTC ( [id://361046]=scratchpad: print w/replies, xml ) Need Help??

I'm trying to request the following URL. I'm getting a Shoutcast "resource requested was not found" message.
#!/usr/bin/perl use strict; use LWP; use LWP::UserAgent; my $browser = LWP::UserAgent->new(); $browser->credentials( 'wrfl.uky.edu:9000', 'Shoutcast Server', 'user' => 'pass' ); my $response = $browser->get('http://wrfl.uky.edu:9000/admin.cgi?mode= +viewxml'); my $xml = $response->decoded_content; print $xml;
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-28 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found