Help for this page

Select Code to Download


  1. or download this
    {
        no strict 'refs';
    ...
            # Put some code here.
        };
    }
    
  2. or download this
    {
        no strict 'refs';
        *{ "CORE::<funcname>" } = sub { ... };
    }