Psh::Builtins::Tieopt.3pm

Langue: en

Version: 2001-10-09 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

"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"

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 8:
'=item' outside of any '=over'