Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            $p = $p->{'next'};
        }
    }
    
  2. or download this
    sub display1 {
        my $p = $_[0];
    ...
            print $p->{'value'}, ' ';
        }
    }