--------------8<---------------
Note that you can have a lexical $_ in 5.10:

    foreach  my $_  ( @foo ) {
       s/SID/12345/;
    }
--------------8<---------------

Arrrrgggghhhh! Why is that considered a good feature to add to 5.10?

Sure scoping and all, but do the other perlvars behave the same? I kind of like 
the local rule of thumb for perlvar  . . .

Just in

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to