on Wed, 26 Jun 2002 22:56:23 GMT, [EMAIL PROTECTED] (Drieux) wrote:

> We keep tossing around these 'map' tricks -
> and I was wondering why we do not put them up in
> the
> 
>      BEGIN {
>           %in = map { $_ => 1} qw(h eh hd p c);
>           ....
>      }
> 
> So that we compile them once?

Just curious, what makes you think that code is compiled more than 
once, unless you put it in a BEGIN block (or did you mean 'compile' in 
the classical sense instead of the CS sense?)

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to