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/;
21 require MyPlace
::Usage
;
22 MyPlace
::Usage
::PrintHelp
();
35 convert-video - PERL script
39 convert-video [options] ...
47 Print version infomation.
51 Print a brief help message and exits.
53 =item B<--manual>,B<--man>
55 View application manual
59 Invoke 'editor' against the source
69 2010-09-19 xiaoranzzz <xiaoranzzz@myplace.hell>
75 xiaoranzzz <xiaoranzzz@myplace.hell>