Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Some suggestions on coding style - a chance to critique

by lestrrat (Deacon)
on Jun 26, 2002 at 15:34 UTC ( [id://177405]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       #!perl
       my $var = ...;
    ...
       sub1();
       sub2();
       exit 0;
    
  2. or download this
       #!perl
       main();
    ...
          sub2(@var);
          exit 0;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-18 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found