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