Help for this page

Select Code to Download


  1. or download this
    use Data::Dump qw(dump);
    print dump $rv;
    
  2. or download this
    C:\temp>perl -MData::Dumper=dump -e ""
    "dump" is not exported by the Data::Dumper module
    Can't continue after import errors at -e line 0
    BEGIN failed--compilation aborted.