Help for this page

Select Code to Download


  1. or download this
    package CORE::GLOBAL;
    use subs qw(dwim);
    ...
    
    package test;
    dwim();
    
  2. or download this
    package CORE::GLOBAL;
    use subs qw(warn);
    ...
    
    package test;
    warn();