/ Published in: Perl
Expand |
Embed | Plain Text
#!/usr/bin/perl $PROGNAME = "progname.pl"; $DEBUG_LEVEL = 0; use constant TRUE => 1; use constant FALSE => 0; #------------------------------------------------------------------------------ # sub Main(): # Main. See document() for more info. # sub Main { } Main(@ARGV); exit 0; #END OF FILE
You need to login to post a comment.
