NAME

perldemo - an example Perl script

USAGE

perldemo infile text chatter scale clobber

DESCRIPTION

This is a very simple Perl script which is designed to show how to use the utility 'pquery2' to make the script work with it's parameter file just like a compiled tool.

PARAMETERS

infile [filename]
Filename-type parameter

text [string]
String-type parameter

(chatter = 1) [enumerated integer]
Standard HEAdas chatter parameter. A range of 0 to 5 is enforced by the min and max fields in the parameter file.

(clobber = no) [boolean]
Standard HEAdas clobber parameter, used here as an example of a (hidden) boolean parameter since there's no output from this example script!

EXAMPLES

The following examples illustrate

1.

      perldemo
2.

      perldemo

SEE ALSO

LAST MODIFIED

April 2002