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