in reply to
Re: closing notepad using perl
in thread
closing notepad using perl
Use
system
instead of
fork
and
exec
.
(Sorry
Anonymous Monk
, but I can't \msg you to do an update)
Comment on
Re^2: closing notepad using perl
Replies are listed 'Best First'.
Re^3: closing notepad using perl
by
ashok13123
(Novice)
on Dec 10, 2008 at 12:55 UTC
i tried system,but it is not closing the notepad.Whether i have to make any changes in the kill statement?
[reply]
In Section
Seekers of Perl Wisdom