Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: How to perldebug a Term::ReadLine application (the other way round)

by RonW (Parson)
on Dec 01, 2014 at 18:21 UTC ( [id://1108864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (defined $ENV{DEBUG_TTY}) {
      my $tty = $ENV{DEBUG_TTY};
    ...
      open my $in,'<',$tty;
      my $term = Term::ReadLine->new('Simple Perl calc',$in,$out);
    } else { ...; }
    

Log In?
Username:
Password:

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

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

    No recent polls found