Help for this page

Select Code to Download


  1. or download this
    sub double
    {
    ...
    }
    
    double($o->foo);
    
  2. or download this
    $o->foo+ *= 2;