in reply to <STDIN> "anticipate" input?
If you want anything more complex, then zentara's suggestion would be more apt.#!perl use strict; use warnings; use IO::Prompt; my $dir = prompt("Pick a directory", -default => "C:/Temp"); print "\n\nPicked: $dir\n";
__________
Systems development is like banging your head against a wall...
It's usually very painful, but if you're persistent, you'll get through it.
|
|---|