Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(Ovid) Re: A question about the best way to use subroutines

by Ovid (Cardinal)
on Mar 25, 2001 at 15:43 UTC ( [id://67011]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:/perl/bin/perl.exe -w
    use strict;
    ...
                     data    => $table_data, 
                     code    => $source_code );
    exit;
    
  2. or download this
    # add $y to $x
    $x += $y;
    ...
    } else {
        die "This is a stupid program.";
    }
    
  3. or download this
    &initialize_global_variables;
    create_debugging_log( $debug_file_location );
    grant_editor_priveleges( $user ) if $user eq "Admin";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found