On Wed, Apr 27, 2005 at 09:06:39AM -0500, Peter Rabbitson wrote:
> Also there was an example on the web that completely threw me off. Although 
> this works:
> 
> local ($/);
> 

Sorry about this last one, I undrestand the idea of local for globs, I just 
thought that 

local $/;
and 
local ($/);
differ. While reading your answers I realised that it's the same as saying:
my ($a); which is equivalent to my $a; It is pretty weird to have equivalent 
operators ( 'or' / '||' ) with different precedence. I guess this is where 
TIMTOWTDI bites back really bad... learning something new every day :) 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to