Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Why does cron kill this script??

by chipmunk (Parson)
on Jan 07, 2002 at 02:56 UTC ( [id://136727]=note: print w/replies, xml ) Need Help??


in reply to Why does cron kill this script??

You haven't verified that HTML::TokeParser->new() succeeds, so you go on to call $p->get_tag() even though $p is empty.

The call to HTML::TokeParser->new() is probably failing because the script cannot find the specified file, or the script doesn't have the appropriate permissions to open it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 12:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found