Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Web based perl REPL

by BUU (Prior)
on Dec 03, 2006 at 21:11 UTC ( [id://587546]=note: print w/replies, xml ) Need Help??


in reply to Re: Web based perl REPL
in thread Web based perl REPL

You are very correct, I'm afraid it's been a long standing bug. My essential problem is I have no real way of telling when the output has ended, so at the moment I just read the first line and return that.

Also while I'm listing bugs, it doesn't handle STDERR very well. Or at all. =[

Replies are listed 'Best First'.
Re^3: Web based perl REPL
by AK108 (Friar) on Dec 04, 2006 at 02:24 UTC
    Perhaps you could append a ;print "END_OF_OUTPUT\n"; to the code that was sent in and then read until that. I'm not sure how your loop works, but you could probably also append a value to "END_OF_OUTPUT" that doesn't occur within the code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found