Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Process a HTML file to get information from it.

by chanio (Priest)
on Dec 12, 2006 at 16:02 UTC ( [id://589306]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Process a HTML file to get information from it.
in thread Process a HTML file to get information from it.

...got the following error.... Can't call method "right" without a package or object reference at C:\Change\2539\testit2.pl line 21.
my $sib = $_->right ()->right ();
...should be...
my $sib = ($_->right ())->right (); ## I GUESS
But I don't get any output. Sorry!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589306]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-19 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found