Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        push   @dereferencedData, @$_ for @hashData;
        print "Data: \n", Dumper(@dereferencedData);
    }
    
  2. or download this
    14:35 >perl 1777_SoPW.pl
    Data:
    ...
    $VAR3 = 'more data I need';
    
    14:36 >