Help for this page

Select Code to Download


  1. or download this
    my %g = (
        k => [8, 2, 10, 2, 1, 3], 
        l => [10, 7, 9, 0, 1]
    );
    
  2. or download this
    use 5.014; 
    no warnings; # some non-sensical combination of sigils would give warn
    +ings
    ...
        } 
    }
    __END__
    
  3. or download this
    length ~$~#g{k}
    
  4. or download this
    length {}%$g{k}
    length {}%@g{k}
    length {}-$g{k}
    length {}-@g{k}