Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to get rid of the errors in my perl script

by Ratazong (Monsignor)
on Aug 01, 2012 at 07:19 UTC ( [id://984717]=note: print w/replies, xml ) Need Help??


in reply to How to get rid of the errors in my perl script

Hi!

To get rid of the errors, read the error-messages.

  • line 11: you use $line[$i], but you have defined $line as a scalar (not an array)
  • line 11: you use $i, but have never defined it ... (hint: and you don't need it)
  • line 15: a syntax error is often caused by a missing semicolon the line before
  • line 15: often error-messages are created due to errors before ... so solve the first three errors and check if this one prevails
HTH, Rata

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found