|
289
|
0 |
21 |
unless GetOptionsFromArray \@argv, 'd|decoder=s', \$$config{'decoder'}, 'm|method=s', \$$config{'method'}, 'timeout=i', \$$config{'timeout'}, 'H|header=s@', \$$config{'header'}, 'e|referer=s', \$$config{'referer'}, 'b|cookie=s', \$$config{'cookie'}, 'c|cookie-jar=s', \$$config{'cookie_jar'}, 'u|user=s', \$$config{'user'}, 'p|pointer=s', \$$config{'pointer'}, 'ie|in-enc=s', \$$config{'in_enc'}, 'oe|out-enc=s', \$$config{'out_enc'}, 'agent=s', \$$config{'agent'}, 'color', \$$config{'color'}, 'print_escapes', \$$config{'print_escapes'}, 'stderr', \$$config{'stderr'}, 'indent=i', \$$config{'indent'}, 'raw', \$$config{'raw'}, 'verbose', \$$config{'verbose'}, 'rc=s', \$$config{'rc'}, 'h|help', sub {
_show_usage(1);
}
, 'v|version', sub {
print "aki $VERSION\n";
exit 1;
} |