Help for this page

Select Code to Download


  1. or download this
    BEGIN { 
    sub DB::sub { 
    ...
    }
    sub g { T::f($_[0]."a"); }; 
    print g("b");
    
  2. or download this
    { 
    for $n (keys %T::) { if (defined &{$T::{$n}}) {
    ...
    sub l { -5..4; }
    }
    sub g { T::f($_[0]."a"); }; g("b");