> "Timothy Johnson" <[EMAIL PROTECTED]> said:
>
> Out of curiosity, is there a big performance increase using a recursive
> algorithm like the one described versus an algorithm like below? (This is
> part of something I was working on a while ago, and I wasn't using strict or
> -w at the time,
> dan radom <[EMAIL PROTECTED]> said:
> I'm having a problem with Getopt. If I pass the -p option the script uses the proxy
>as it should. If i pass it -p -o it ignores the unless (exists($args{o})) and writes
>to $outfile anyway. Any idea why it's doing that?
You want to use getopts() and