Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Rex(Wrecks)'s scratchpad

by Rex(Wrecks) (Curate)
on Jun 03, 2004 at 18:59 UTC ( [id://360364]=scratchpad: print w/replies, xml ) Need Help??

Boilerplate.pl


#!/usr/bin/perl -w # $Id:$ # Previous line for CVS ############################################################### # Script for <Insert Use Here> # # by Rex(Wrecks) (rex555@hotmail.com) # # <Insert Date Here> # # Not for public use, creator takes no responsibilities for # # any damages, misconfigs or loss of sanity resulting from # # these script(s) # ############################################################### ########################## # Module `use`'s go here # ########################## use strict ; ########################################## # Global Declarations and Constants here # # Should not be much here except DEBUG # ########################################## my $DEBUG = 0 ; ######################### # Prototypes start here # ######################### ############################## # Main Code loop Starts here # ############################## ############################ # Main Code loop Ends here # ############################ ######################## # Functions Start here # ######################## ############################################ # This function is for <use> # # It takes 2 args, a scalar and a hash ref # ############################################

makeperl.pl - a program to generate Boilerplates.

Great Template Link
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found