- or download this
system("xterm -e bash --rcfile /path/to/my/file.pl")
&& die "XTERM FAIL: $!\n";
- or download this
system("xterm -e bash --rcfile /path/to/my/file.pl &")
&& die "XTERM FAIL: $!\n";
- or download this
system("xterm -e bash --rcfile /path/to/my/file.pl -i -c \"$acommandst
+ringtoexec && exec bash\" &")
&& die "XTERM FAIL: $!\n";