Help for this page

Select Code to Download


  1. or download this
    sub outer {
      my $x;
    ...
        print "x is $x\n";
      }
    }
    
  2. or download this
    package Node;
    
    ...
    }
    
    1;
    
  3. or download this
    {
       $cache=new Cache;
    ...
    {
       undef $cache;
    }