Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Problem when - use strict and -w

by moritz (Cardinal)
on Jul 14, 2009 at 20:38 UTC ( [id://780069]=note: print w/replies, xml ) Need Help??


in reply to Problem when - use strict and -w

$row[0], "\"", " ", $row->[4], ^ should be $row->[0]

That's what use strict; is complaining about when you enable it. Actually $row[0] is an access to @row, about which strict moans.

Fixing this also makes the warnings go away.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (9)
As of 2024-04-18 11:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found