Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: use strict

by EdwardG (Vicar)
on Jun 01, 2004 at 12:51 UTC ( [id://358011]=note: print w/replies, xml ) Need Help??


in reply to use strict

use warnings; use strict; my @interests = ( "foo", "bar", "blah" ); $_ = "My interest is $_" for @interests; print $_,"\n" for @interests;

 

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found