Help for this page

Select Code to Download


  1. or download this
    package A;
    
    ...
    sub Dumper {
        print "This is not dumper\n";
    }
    
  2. or download this
    package ibase;
    
    ...
        }
    }
    1;
    
  3. or download this
    package A;
    use Data::Dumper;
    ...
    use ibase 'A';
    print Data::Dumper::Dumper(\%A::INC, \%INC);
    print Dumper([1]);