Help for this page

Select Code to Download


  1. or download this
    my $hashref  = {};
    my $arrayref = [];
    ...
    
    print "[", ref, "]\n"
        for $hashref, $arrayref, $coderef, $scalar;
    
  2. or download this
    [HASH]
    [ARRAY]
    [CODE]
    []