set.plDescriptionSet.pl is a HFPM module that sets given field(s) or environmental variable(s) to a given value.Usageset.pl {$field=value | field=value | %envvar=value}
in the pipeline.
Usage ExplanationItems to be set are indicated arguments in the form dest=val. The destination is indicated in the left hand side of arguments. A '%' prefix indicates the destination is an environmental variable and a '$' prefix means a field destination, which is the default. The right hand side is the value to set the destination to.Examples
Other NotesThe current version number is 1.0.This module should work on any platform with a perl version 5 and CGI FPI implementation. This module can be used more than once in the pipeline, but no functionality is gained by doing so. |