Help for this page

Select Code to Download


  1. or download this
    use if $DEBUG, 'Data::Dumper' => undef;
    
  2. or download this
    use Data::Dumper ();
    
  3. or download this
    package if;
    
    ...
    sub unimport { shift; unshift @_, 0; goto &work }
    
    1;