Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Suggestions for testing interactive CLI apps?

by webfiend (Vicar)
on Apr 21, 2010 at 05:41 UTC ( [id://835953]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    .sub 'main' :main
        .local string name
    ...
        greeting .= "!" 
        say greeting
    .end
    
  2. or download this
    use Modern::Perl;
    use IO::Pty::Easy;
    ...
    is $output, "Hello, Brian!\n";
    
    $pty->close;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://835953]
Approved by ikegami
Front-paged by ikegami
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-18 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found