Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I can unfortunately confirm that perldl is similarly afflicted. Seems the problem is with Term::Readline.

I ran perldl.pl under the auspices of Devel::Trace. When it eventually reach the point of waiting for input (it takes a looong time to get there!), I found that it simply never receives anything from any of the extended keys--eg. navigation keys; functions keys etc.

That tends to imply that a different ReadMode() is being used on your system relative to mine. But that's not the whole story because even in mode 0, the extended keys should be generating a null byte input, but the trace from ReadKey() shows no response to my pressing those keys at all. That (I think) implies that they are being discarded internally to the XS component of Term::ReadKey.

But I am at a loss to explain why that would be happening on my system and not yours. The key [sic] to resolving the issue is finding out the significant difference between your system and mine...so next time your in the uk ... :)


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

In reply to Re^16: CPAN and readline on windows by BrowserUk
in thread CPAN and readline on windows by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found