On 8/23/06, Larry Wall <[EMAIL PROTECTED]> wrote:
Strange, this works for me:

    $_ = "foo"; say .uc
    FOO

Maybe that was fixed in 6.2.12, then.  I'm still running 6.2.11, and
at least on Cygwin, I get this:

$ pugs -e '$_ = "foo"; say .uc'
$
No output.  And if I try .trans:

$ pugs -e '$_ = "foo"; say .trans(o=>0)'
*** No compatible subrountine found: "&trans"
   at -e line 1, column 13-31

But in any clase I'm glad it's merely an implementation bug rather
than specced behavior.

--
Mark J. Reed <[EMAIL PROTECTED]>

Reply via email to