Google Groups unterstützt keine neuen Usenet-Beiträge oder ‑Abos mehr. Bisherige Inhalte sind weiterhin sichtbar.

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

5 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Will Coleda

ungelesen,
20.11.2006, 09:25:5220.11.06
an 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 neue Nachrichten