Help for this page

Select Code to Download


  1. or download this
     push @lecshun, [$barename , {package=>$gem, index=>$dexi}];
    
  2. or download this
    $lecshun[$dexi - 1] ##? <<-- what to do here ?## = inv($gem);
    
  3. or download this
    
    sub inv {
    ...
            return (datum => $1);
        }
    }