#!/usr/bin/perl -l use strict; use warnings; use Term::ReadLine; my $term = new Term::ReadLine "Default Input"; my $input = $term->readline("Enter some text: ", "What do you want to +say?"); print "You entered: $input";
In reply to Re^2: emulate the Term::ReadLine's two arguments form
by Khen1950fx
in thread emulate the Term::ReadLine's two arguments form
by Discipulus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |