hout the printing to screen or in the email?
2nd question, how would I go about assigning that entire segment into a
single scalar?
Thanks!
sulfericacid
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
errors or
logfiles, but it prints a blank screen. Anyone see why?
Thanks.
sulfericacid
#!/usr/local/bin/perl -w
my %form;
my $content;
my $userurl = $form{'userurl'};
print "Content-type: text/html\n\n";
use diagnostics;
use strict;
use LWP::Simple;
$content = get($userurl)
I just joined this newgroup so if I am posting in the wrong place, please
let me know nicely rather than bashing me for the inexperience ALL of you
once had.
I have a problem with my script listed below. Any help would be GREATLY
appreciated!!
sulfericacid
The errors I receive are:
1