[wplug] backquote lynx $var in perl -- ?

Juan Zuluaga jz31416 at yahoo.com
Sat Jul 8 04:28:46 EDT 2006


May I ask you, 

how should I use backquotes with lynx in Perl: I am
baffled by this:

#!/usr/bin/perl
use strict;

my
$url="http://www2.bvs.org.ve/scielo.php?script=sci_issuetoc&pid=0798-299220050001&lng=es&nrm=iso";
my $junk = `lynx -dump $url`;
print $junk;  
# it goes to bvs.org.ve but tries to read a wrong page

print "Explicit...";
$junk = `lynx -dump
"http://www2.bvs.org.ve/scielo.php?script=sci_issuetoc&pid=0798-299220050001&lng=es&nrm=iso"`;
print $junk;
# it works






__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the wplug mailing list