Help for this page

Select Code to Download


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