Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: misbehaving program

by reasonablekeith (Deacon)
on Apr 20, 2005 at 10:39 UTC ( [id://449548]=note: print w/replies, xml ) Need Help??


in reply to misbehaving program

put
use strict; use warnings;
at the top of your script, then go through and declare all your variables as your script will no longer compile as is. Then sort out your indenting and see if you can spot your errors.

Also try changing system for backticks so you can log any errors, or at least check the return code from system ($!).

perldoc -f system

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-19 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found