Skip Menu |

This queue is for tickets about the Padre-Plugin-REPL CPAN distribution.

Report information
The Basics
Id: 49678
Status: open
Priority: 0/
Queue: Padre-Plugin-REPL

People
Owner: Nobody in particular
Requestors: mahony11 [...] eircom.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



perl v5.10.0 built for MSWin32-x86-multi-thread Padre 0.46, wxWidgets 2.8.10 unicode=(1) Windows XP The numeral '1' is added to the result in the output pane of Padre. e.g 'Print 5;' will produce '51'. This does not happen when using the REPL module outside of Padre. Many thanks.
On Sun Sep 13 21:21:54 2009, omahony wrote:
Show quoted text
> perl v5.10.0 built for MSWin32-x86-multi-thread
> Padre 0.46, wxWidgets 2.8.10 unicode=(1)
> Windows XP
>
>
> The numeral '1' is added to the result in the output pane of Padre.
>

that's because print returned 1.

Show quoted text
> e.g 'Print 5;' will produce '51'. This does not happen when using the
> REPL module outside of Padre.
>

it does for me.

This looks like a duplicate of a later ticket. If you set $| to 1 then you get consistent performance. Otherwise you will see differences related to the line-buffering on win32 vs unix. --Chris On Sun Sep 13 21:21:54 2009, omahony wrote: Show quoted text
> perl v5.10.0 built for MSWin32-x86-multi-thread > Padre 0.46, wxWidgets 2.8.10 unicode=(1) > Windows XP > > > The numeral '1' is added to the result in the output pane of Padre. > > e.g 'Print 5;' will produce '51'. This does not happen when using the > REPL module outside of Padre. > > Many thanks.