ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl6-language
perl6-language
Re: Customizable default hash and array values.
by Michael G Schwern other posts by this author
Oct 6 2001 11:48PM messages near this date
Re: Customizable default hash and array values. | Re: Customizable default hash and array values.
On Sun, Oct 07, 2001 at 01:26:53AM +0200, Bart Lateur wrote:
>  >  my $foo = $hash{foo} || 'some default';

>  >  my $bar = $hash{bar} || 'some other default';

>  

>  What about zero.


No problem in Perl 6.

    my $foo = %hash{foo} // 'some default';


-- 

Michael G. Schwern   <schwern@[...].com>     http://www.pobox.com/~schwern/

Perl6 Quality Assurance     <perl-qa@[...].org> 	     Kwalitee Is Job One

BOFH excuse #231:

We had to turn off that service to comply with the CDA Bill.


Thread:
Michael G Schwern
RaFaL Pocztarski
Johan Vromans
Bart Lateur
Michael G Schwern
Bart Lateur
Michael G Schwern
Dan Sugalski
David Grove

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved