Mega Code Archive

 
Categories / Perl / System Functions
 

Using system on Windows with the Windows START command

#!/usr/bin/perl -w $return_value = system("START NOTEPAD"); print "System returned $return_value\n";