|
|
| |
Psh::Builtins::Tieopt(3) |
User Contributed Perl Documentation |
Psh::Builtins::Tieopt(3) |
- "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"
Hey! The above document had some coding errors, which are explained
below:
- Around line 8:
- '=item' outside of any '=over'
=over without closing =back
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |