in reply to Perl 6 version of cheatsheet
in thread perlcheat
instead be:element: @array[0] %hash{'a'}
Or is that a Perl 6 change?element: $array[0] $hash{'a'}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl 6 version of cheatsheet
by adrianh (Chancellor) on Nov 16, 2003 at 21:48 UTC | |
by ysth (Canon) on Nov 16, 2003 at 22:06 UTC | |
by rvosa (Curate) on Sep 01, 2005 at 09:49 UTC |