Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Reoccuring message

by Perlbotics (Archbishop)
on Oct 04, 2012 at 19:21 UTC ( [id://997296]=note: print w/replies, xml ) Need Help??


in reply to Reoccuring message

Try to replace all occurrences of $1 with $i. The problem occurs when assigning 0 to $1 in the for()-loop construct.

You cannot assign to $1 directly using the = operator - so from that point of view, $1 is read-only. $1 is usually set by a matching regular expression (capture), see also perlre.

Maybe, you should also increase your editors font size? ;-)

Update: Off-topic but maybe of interest: Announcing Source Code Pro

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (10)
As of 2024-04-16 09:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found