Help for this page

Select Code to Download


  1. or download this
    1.90    Tue Mar 25 01:17:38 2003
    
    ...
              $item{'verb'}, and $item{'word(s)'} (i.e. *not* in $item{'wo
    +rd'},
              as it would have been in previous versions of the module).
              (thanks Anthony)
    
  2. or download this
            Item(s) EOF
            {
                    $return = [ @{$item{Item}} ];
            }
    
  3. or download this
            Item(s) EOF
            {
                    $return = [ @{$item{qq(Item(s))}} ];
            }