perl Padre IDE standard input not working
Asked Answered
B

1

6

I'm using padre 0.64 as perl IDE on windows vista The standard input command is not working , I tried the same code on the cmd line and it did work i.e

 my $k = <>;
 print $k; 

Is there a way to fix it ?

Botulin answered 14/12, 2011 at 20:38 Comment(2)
Is it just the diamond operator or doesn't <STDIN> work either?Hallelujah
@Hallelujah <STDIN> not working tooBotulin
C
8

It's quite an old version of Padre. The internal output window is that, just an output window. You need to turn on the "Use external window for execution" (checking the box). In 0.91 it is in Tools -> Preferences -> Language Perl 5 but it was somewhere else in 0.64.

It used to be in "Tools -> Preferences -> Run Parameters"

Candelabra answered 14/12, 2011 at 21:6 Comment(1)
Workaround successfully tested for Padre 1.00 on Ubuntu 14.4Admirable

© 2022 - 2024 — McMap. All rights reserved.