tieopt NAME $VAR
tieopt NAME @VAR
tieopt NAME %VAR
Ties the option named NAME to the global variable $VAR, @VAR or %VAR
tieopt NAME
Ties the option named NAME to the global variable named $NAME, @NAME, or %NAME, depending on the option's type.
tieopt -u $VAR
Unties the global variable named $VAR Note that you can simply use perl's built-in
untie $VAR
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 8:
'=item' outside of any '=over'
=over without closing =back