Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $dumper = new Dumpvalue;
    $dumper->dumpValues($ref);
    }
    
  2. or download this
    foreach(@ACCTS){
       #dereference the elements of the hash contained in this 
    ...
       #read in my opinion.
       print "This accounts id is ".$_->{id}."\n";
    }