develooper Front page | perl.perl6.language | Postings from August 2000

Re: Things to remove

Thread Previous | Thread Next
From:
Bart Lateur
Date:
August 21, 2000 12:59
Subject:
Re: Things to remove
Message ID:
ud23qs4vvf8lkb4hkvf5jgl60lhg59i1r1@4ax.com
On Mon, 21 Aug 2000 06:11:02 -0600, Tom Christiansen wrote:

>	    $first = $1 if ?(^neur.*)?;

	$first ||= $1 if /(^neur.*)/;


Now if only we had a shortcut operator which would continue only if the
LHS was not defined...

-- 
	Bart.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About