>bareword => $value
>
> ALWAYS quotes the left hand side, even if it's a filehandle.
What about with -w:
read => $value
-Hao
> my %STRUCT : constant = (
> Name =>str 'Jane',
Isn't this ambiguous, considering that the => operator quotes the
left side?
-Hao
You might want to check out Umbrella Frameworks:
http://arstechnica.com/reviews/2q00/macos-x-dp4/macos-x-dp4-3.html
It would be good for some of us to have an easier way of using
multiple versions of modules sometimes.
-Hao
> might want to consider removing chomp() and possibly chop().
They're faster than regexes, right?
-Hao