Help for this page

Select Code to Download


  1. or download this
    vchtyp=I jrnltyp=D lexwhere="'in('DIS', 'DIM', 'DIR')'" title="'this i
    +s a title'"
    
  2. or download this
    $hash{vchtyp} = 'I'
    $hash{jrnltyp = 'D';
    $hash{lexwhere} = "'in('DIS', 'DIM', 'DIR')'";
    $hash{title} = "'this is a test'";
    
  3. or download this
    sub parseArgs {
       my (@args) = @_;
    ...
       }
       return %params;
    }