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

[MacPerl] dismissing a window



If I use the following code to open a window so I can give some
text to my script for execution, is there a way I can get the script
to dismiss the window after I call close(WINDOW) or when the script terminates?

------
open (WINDOW, "+>Dev:Console:TerminalOne") || die;
$_ = <WINDOW>;
close(WINDOW);
------

Currently my script works fine, but I have to manually dismiss the window.
I was hoping to avoid using the GUI toolbox stuff to make a window and
attach behaviors and all that. Since it's so easy to make windows like
above, I was hoping it would be easy to get rid of them as well.

Thanks for any info,

Chris

Dept of Molecular and Cell Biology      "Information wants to be free."
UC Berkeley  * Kane Lab 614 Barker Hall



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