Help for this page

Select Code to Download


  1. or download this
    Variable "$text" will not stay shared at file line 1
    
  2. or download this
    (W closure) An inner (nested) named subroutine is referencing a
    lexical variable defined in an outer named subroutine.
    
    ...
    reference variables in outer subroutines are created, they
    are automatically rebound to the current values of such variables.
    
  3. or download this
    sub do_top {
        if ( !Exists($tl) ) {
    ...
            $tl->raise;
        }
    }