Re: urgent: How to declare FILE HANDLE locally?

2002-01-27 Thread scarl-mitchell
> "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,

Re: Getopt::Std problem

2001-12-16 Thread scarl-mitchell
> 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