RE: $_ @_ and others

2002-12-03 Thread Duarte Cordeiro
ay, December 03, 2002 11:26 AM To: Duarte Cordeiro Cc: [EMAIL PROTECTED] Subject: Re: $_ @_ and others Importance: Low Duarte Cordeiro said: > I don't know if is just us in here, but perl seems to "help" programmers > make fuzzy and hard to understand scripts. > but why

Re: $_ @_ and others

2002-12-03 Thread Rob Dixon
Nicely explained Paul. :-)) Cheers, Rob - Original Message - From: "Paul Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 11:26 AM Subject: Re: $_ @_ and others > > Well, it's true, Pe

Re: $_ @_ and others

2002-12-03 Thread Paul Johnson
Duarte Cordeiro said: > I don't know if is just us in here, but perl seems to "help" programmers > make fuzzy and hard to understand scripts. > but why use $_ or even nothing ( because almost every function can use > $_ by default)? if I have a problem in a script, and I see a $_, I > just hav