Help for this page

Select Code to Download


  1. or download this
    package DoIt;
    
    sub import {
        &run if( $_[0] eq 'run' );
    }