$ff = Firefox::Application->new( launch => '/Applications/Firefox.app/Contents/MacOS/firefox', ); $ff->quit( restart => 1 ); # restart sleep 2;