Help for this page

Select Code to Download


  1. or download this
    $obj->hashlikeproperty($key)=$value;
    $obj->scalarlikeproperty=$foo;
    $obj->flexibleproperty=(1..10);
    $obj->flexibleproperty=5;
    
  2. or download this
    $obj->average=(1..10); #assign 5.5 as the average 
    $obj->average=2.5;     #assign 2.5 as the average