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();
31 $ENV{'WINEPREFIX'} = $ENV{'HOME'} . "/.qvodplayer";
32 exec('cn_wine','C:\Program Files\Flashget Network\Flashget Mini\FlashgetMini.exe',@ARGV);
41 flashget - PERL script
45 flashget [options] ...
53 Print version infomation.
57 Print a brief help message and exits.
59 =item B<--manual>,B<--man>
61 View application manual
65 Invoke 'editor' against the source
75 2010-06-21 xiaoranzzz <xiaoranzzz@myplace.hell>
81 xiaoranzzz <xiaoranzzz@myplace.hell>