Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Why won't say act like say when its tied?

by ikegami (Patriarch)
on Mar 07, 2011 at 07:01 UTC ( [id://891764]=note: print w/replies, xml ) Need Help??


in reply to Why won't say act like say when its tied?

The odd thing is, the current code to handle this

if (flags & TIED_METHOD_SAY) { /* local $\ = "\n" */ SAVEGENERICSV(PL_ors_sv); PL_ors_sv = newSVpvs("\n"); }

is present in 5.10.0, and there's nothing in perl5101delta about a fix. I wonder if it's a bug Debian introduced. Unfortunately, I can't build 5.10.0 to confirm.

Replies are listed 'Best First'.
Re^2: Why won't say act like say when its tied?
by ikegami (Patriarch) on Mar 07, 2011 at 19:28 UTC
    I was able to install 5.10.0 on a different machine. The bug isn't specific to Debian's build.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://891764]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found