Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    warn Dumper $test;
    $test->n2;
    warn Dumper $test;
    
  2. or download this
    $VAR1 = bless( {}, 'Test' );
    In do_n2() $s = Test=HASH(0x861360)
    ...
                     'n' => 3,
                     'n2' => 5
                   }, 'Test' );