Help for this page

Select Code to Download


  1. or download this
    sub IMPORT { ... }
    
  2. or download this
    use 5.010;
    use strict;
    ...
    
    use Local::MyTest qw(1 2 3 :DEFAULT);
    say "YEAH!" if foobar();