[EMAIL PROTECTED] wrote:
$html has nothing from the following code.
Hard to tell what the problem is - the code works for me. Maybe you ought to try something simpler?
#!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $Surfurl = 'http://us.randstad.com/webapp/internet/servlet/BranchView?b=702'; my $html = get $Surfurl; print $html; __END__ -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/