10 $PROGRAM_DIR =~ s/[^\/\\]+$//;
11 $PROGRAM_DIR = "./" unless($PROGRAM_DIR);
13 map "$PROGRAM_DIR$_",qw{modules lib
../modules
..lib
};
17 my @OPTIONS = qw
/help|h|? version|ver edit-me manual|man/;
22 require MyPlace
::Usage
;
23 Getopt
::Long
::GetOptions
(\
%OPTS,@OPTIONS);
24 MyPlace
::Usage
::Process
(\
%OPTS,$VERSION);
28 require MyPlace
::Usage
;
29 MyPlace
::Usage
::PrintHelp
();
39 ___NAME___ - PERL script
43 ___NAME___ [options] ...
51 Print version infomation.
55 Print a brief help message and exits.
57 =item B<--manual>,B<--man>
59 View application manual
63 Invoke 'editor' against the source
73 ___DATE___ ___AUTHOR___ <___EMAIL___>
79 ___AUTHOR___ <___EMAIL___>