Help for this page

Select Code to Download


  1. or download this
        table(*){
            my  $vInput = shift;
    ...
            ### fill in the rest...
        }
    
  2. or download this
        table sub {
            for (0 .. 3){
    ...
            }
        }