Help for this page

Select Code to Download


  1. or download this
                    sub wanted_c
                    {
    ...
                            $d_own = "";
                            wanted_c();
                        }
    
  2. or download this
    my %info = %{ $config{$test}{$tester} };
    
  3. or download this
                    else
                    {
    ...
                        }
                        return 0;
                     }
    
  4. or download this
    Variable "%info" will not stay shared at permmy6.pl line 372 (#1)
    (W closure) An inner (nested) named subroutine is referencing a
    ...
    anonymous, using the sub {} syntax.  When inner anonymous subs that
    reference variables in outer subroutines are called or referenced, the
    +y
    are automatically rebound to the current values of such variables.