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
();
32 exec("urlrule_database","add",@ARGV,"google.search.image","newly");
40 urlrule_database_add_google - PERL script
44 urlrule_database_add_google [options] ...
52 Print version infomation.
56 Print a brief help message and exits.
58 =item B<--manual>,B<--man>
60 View application manual
64 Invoke 'editor' against the source
74 2010-06-20 duel <duel@myplace.hell>
80 duel <duel@myplace.hell>