Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
Actually i am a new bee to perl and i am having a prob with
the following piece of code.
eval 'exec perl $0 ${1+"$@"}' # -*- perl -*- if $running_under_some_shell; system "/usr/openwin/bin/xterm -e script";
My problem is that the launched xterm closes as soon as it opens. I would like that it remains there even after the script has run..Thanks in advance for your help!!!
20040526 Edit by Corion: Added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Facing prob with launching xterm!!
by Abigail-II (Bishop) on May 26, 2004 at 12:21 UTC | |
|
Re: Facing prob with launching xterm!!
by dcvr69 (Beadle) on May 26, 2004 at 16:52 UTC | |
|
Re: Facing prob with launching xterm!!
by parv (Parson) on May 27, 2004 at 00:12 UTC |