Help for this page

Select Code to Download


  1. or download this
    sub test {
        my ($ref) = @_;
        $ref->{'new'} = 'new_v';
        print join(",", keys (%$ref)),"\n";
    }