Help for this page

Select Code to Download


  1. or download this
    perl -MAnyDBM_File -le"print for @AnyDBM_File::ISA"
    
  2. or download this
    use Data::Dumper;
    $Data::Dumper::Indent=1;
    $Data::Dumper::Useqq=1;
    die Dumper( \%DATABASE );