Help for this page

Select Code to Download


  1. or download this
    x ++$x
    y int(((log10 ($x/100 + 1)) + 3)*100)
    z $x+$y+$z
    
  2. or download this
    $function_hash{"x"}="++$x";
    $function_hash{"y"}="int(((log10 ($x/100 + 1)) + 3)*100)";
    $function_hash{"z"}="$x+$y+$z";
    
  3. or download this
    $value_hash{"x"} = 10;
    $value_hash{"z"} = 30;
    
  4. or download this
    $Alias::AttrPrefix = "main::";