Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Perl Programming guidelines/rules

by mt2k (Hermit)
on Nov 22, 2002 at 08:16 UTC ( [id://215026]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          sub name_is {
            my $name = shift;
    ...
          my $name = "mt2k";
          print name_is \$name;
    
  2. or download this
          # get_params
          #    Retrieve all CGI parameters and return
    ...
            return \%cgi_data;
          }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-16 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found