Help for this page

Select Code to Download


  1. or download this
    Global symbol "@returnArray" requires explicit package name at ./test.
    +pl line 16.
    Execution of ./test.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    push @{$returnArray}, \%hash;
    
    print Dumper(${$returnArray}[0]{node_content});