search for: 3dcrm

Displaying 1 result from an estimated 1 matches for "3dcrm".

Did you mean: 3dcom
2004 Aug 06
0
Reloading ices (0.2.3) playlist
...t I'm doing wrong? Here's my module (remote.pm) ------------------ use strict; use LWP::UserAgent; use HTTP::Request; ub ices_init { print "Perl subsystem Initializing:\n"; return 1; } ub ices_get_next { print "Getting next track from \ http://tunes.3dcrm.co.uk/stream/next.php\n"; my $ua=new LWP::UserAgent; my $req=HTTP::Request->new(GET => \ "http://tunes.3dcrm.co.uk/stream/next.php"); print "Making request..."; my $res=$ua->simple_request($req); if(!$res->is_success) {...