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";