Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: using strict

by tcf22 (Priest)
on Mar 22, 2004 at 20:56 UTC ( [id://338763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $a = <STDIN>;
    if($a eq 'y'){
    ...
    }
    
    print "$fname $lname\n"; #Vars are out of scope now, will die under st
    +rict
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
        print OUT "$recno^$qno^$vtext";
      }     
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found