Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
    
    print "\n", Dumper( tied( %test )->export( { unbless => 1 } ) ) ;
    
  2. or download this
    use strict ;
    use warnings ;
    ...
    
    print "\n", Dumper( $test->export( { unbless => 1 } ) ) ;
    
  3. or download this
    $VAR1 = {
              'L1_counter1' => 1,
    ...
              'L1_counter1' => 2
            };