Help for this page

Select Code to Download


  1. or download this
    while( 1 ) {
        my %hash = ( this => 1, that => 2 );
    ...
        my $href = shift;
        $href->{me} = $href;
    }