use strict; use warnings; use Proc::Background; my $Loc = "C:\\Windows\\Sysnative\\igfxcfg.exe"; my $Status = Proc::Background->new($Loc); print "Status = $Status\n";