in reply to perl scripting help
I don't use gnome-terminal but this works for me with xterm. It should get you started, anyway.
#!/usr/bin/env perl use strict; use warnings; system ('xterm', '-e', 'ls && sleep 10');
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl scripting help
by cavac (Prior) on May 28, 2021 at 16:04 UTC | |
|
Re^2: perl scripting help
by ejm20 (Initiate) on Jun 01, 2021 at 14:41 UTC | |
by hippo (Archbishop) on Jun 01, 2021 at 14:50 UTC |