Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Syntactic Confectionery Delight
 
PerlMonks  

Re: strict

by dsb (Chaplain)
on Feb 01, 2001 at 20:44 UTC ( [id://55854]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to strict

When you 'use strict' you have to declare your variables with 'my'.
use strict; my $foo; # declared correctly my @bar; # declared correctly my $foobar = "declared correctly";
- kel -

Replies are listed 'Best First'.
Re: Re: strict
by snowrider (Pilgrim) on Feb 01, 2001 at 20:56 UTC
    thanks alot kel snowrider

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55854]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.