Help for this page

Select Code to Download


  1. or download this
    unless ( defined caller ) {
      #code here
    }
    
  2. or download this
    sub do_me {
      #code to run here
    }
    do_me unless defined caller;