kranthi has asked for the wisdom of the Perl Monks concerning the following question:
use Term::ShellUI; unless( @ARGV ){ # open new shell and restart program my $cmd = join ' ', q(cmd.exe /c start ), qq{"$^X"},__FILE__,'dd'; system $cmd; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Resize Perl.exe window
by Anonymous Monk on Jun 06, 2008 at 06:35 UTC | |
by rovf (Priest) on Jun 06, 2008 at 09:06 UTC | |
by Anonymous Monk on Jun 06, 2008 at 09:51 UTC | |
by kranthi (Sexton) on Jun 06, 2008 at 09:49 UTC |