Help for this page

Select Code to Download


  1. or download this
    my $t;
    sub tuple { $t++ => 12 }
    my $bool = 0;
    my %h = (tuple()) x !! $bool;
    
  2. or download this
    ...
    my %h = $bool ? (tuple()) : ();