Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Style & subroutine organization

by HamNRye (Monk)
on Aug 30, 2001 at 00:07 UTC ( [id://108872]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @lines = &readFile ;
    @output = &parseLines(@lines) ;
    &doReport(@output) ;
    
  2. or download this
    $f1 = func1();
    $f2 = func2($f1);
    ...
    print $f3;
    (or)
    print func3($f2);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-25 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found