Using Test::More, how can I intersperse stuff for user interaction? For
instance:
print "Please enter the hostname/ip for the server [localhost]: ";
my $host = ;
print "Please enter the admin password [default]: ";
my $password = ;
$agent = esmith::FormMagick::Tester->new(host => $host, password
On Wed, Feb 13, 2002 at 04:11:59PM -0500, Kirrily 'Skud' Robert wrote:
> Using Test::More, how can I intersperse stuff for user interaction? For
> instance:
>
> print "Please enter the hostname/ip for the server [localhost]: ";
> my $host = ;
> print "Please enter the admin password [default]: "