Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: wxperl Installer Script Logging

by rmcgowan (Sexton)
on Oct 22, 2014 at 21:06 UTC ( [id://1104709]=note: print w/replies, xml ) Need Help??


in reply to wxperl Installer Script Logging

Based on your description, I would say that the 'something inside' is either redirecting stderr to stdout, or it writes the prompt on stdout to begin with.

Standard shells write the prompt to stderr, which you can prove for yourself by running:

ksh -i > ksh_tst.out

You will see a prompt, plus command line input, but no command generates any visible output, because it goes into the file.

You will need to determine what is generating the prompt, and see if you can fix it to write to stderr.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-20 06:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found