escapeHTML

2002-11-29 Thread sulfericacid
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]

Re: HTML::TokeParser/Parsing problem

2002-11-25 Thread sulfericacid
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)

HTML::TokeParser/Parsing problem

2002-11-25 Thread sulfericacid
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