Help for this page

Select Code to Download


  1. or download this
    method 'somemethod', sub
    {
         # ...
    }
    
  2. or download this
    class Thing;
    
    ...
         $size = 0;     # Local to this object instance
    }
    
  3. or download this
        my ($thing) = new Thing();
  4. or download this
        $thing->Implode();