Help for this page

Select Code to Download


  1. or download this
    my @fn;
    push @{ $fn[1] }, 1.11;
    push @{ $fn[2] }, 2.1;
    push @{ $fn[3] }, 3.1;
    Data::Dump::dd(\@f);