projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc07378
)
[DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
Yitzchak Scott-Thoennes [Mon, 24 Jun 2002 23:17:57 +0000 (16:17 -0700)]
Message-ID: <VsAG9gzkgWla092yn@efn.org>
p4raw-id: //depot/perl@17373
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
b4b8646
..
d8e7902
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-5863,6
+5863,7
@@
See L</pack> for more examples and notes.
=item untie VARIABLE
Breaks the binding between a variable and a package. (See C<tie>.)
+Has no effect if the variable is not tied.
=item unshift ARRAY,LIST