Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Term::UI on Win32

by bingos (Vicar)
on Mar 19, 2012 at 09:58 UTC ( [id://960387]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\tmp>perl foo.pl
    What is your default prog. lang? [Perl]:
    ...
    What is your OS? [MacOS]:
    
    C:\tmp>
    
  2. or download this
    [canker:]$ perl foo.pl
    What is your default prog. lang? [Perl]:
    ...
    What is your default prog. lang? [Perl]:
    Cannot create second readline interface, falling back to dumb.
    What is your OS? [MacOS]:
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $reply = $term->get_reply( prompt => 'What is your default prog. la
    +ng?', default => 'Perl');
    my $term2 = Term::ReadLine->new('OS');
    $reply = $term2->get_reply( prompt => 'What is your OS?', default => '
    +MacOS');
    
  4. or download this
    C:\tmp>perl -I Term-ReadLine-Perl-1.0303\blib\lib foo.pl
    What is your default prog. lang? [Perl]:
    What is your OS? [MacOS]:
    
    C:\tmp>
    
  5. or download this
    [canker:]$ perl -ITerm-ReadLine-Perl-1.0303/blib/lib foo.pl
    What is your default prog. lang? [Perl]:
    What is your OS? [MacOS]:
    [canker:]$
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-29 07:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found