Help for this page

Select Code to Download


  1. or download this
    sub foo { 
        log_msg("In subroutine foo") if $DEBUG
    }
    
  2. or download this
    package Foo;
    
    ...
    }
    
    1;
    
  3. or download this
    Entering sub foo
    in foo
    
  4. or download this
    sub rm_secret_stuff : _authz(admin) { 
       ...
    }