Help for this page

Select Code to Download


  1. or download this
    if ($x<1) {
        if ($y<2.5) {
    ...
        if ($y<2.5) {
            $z=3
        }......
    
  2. or download this
    if ($x<1) {
        $xkey=1;
    ...
    }...
    
    $z=$hash{$xkey}{$ykey};