Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    warn Dumper $result;
    
  2. or download this
    $$myresult{$rkey} = $value;
    
  3. or download this
    warn "Parameters on subroutine entry:";
    warn Dumper \@_;
    
    warn Dumper $myresult;