[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Gathering user input




I sometimes have scripts where I need several responses from the
user. Is it possible to do this by opening a single window or must
I open and close a window for each prompt? 

E.g., currently I do something like this: 

$x = MacPerl::Ask("What is your quest?");
$y = MacPerl::Ask("What is your favorite color?");

but would like to do something like

($x,$y)= MacPerl::Ask("What is your quest?",,"What is your favorite
color?");


Thanks,

George



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch