Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #40951] [tcl] namespace "lost" inside an if statement.

4 views
Skip to first unread message

Will Coleda

unread,
Nov 20, 2006, 9:25:52 AM11/20/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Will Coleda
# Please include the string: [perl #40951]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40951 >


namespace eval Z {
proc A {} { puts "ok" }
if 1 { A }
}


Should print "ok", but instead can't find the proc "A".

--
Will "Coke" Coleda
wi...@coleda.com


0 new messages