Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Using exec to launch the windows program : exec « System Functions « Perl
Perl
System Functions
exec
Using exec to launch the windows program
# # Using exec. # exec(
"pbrush"
,
"cat.bmp"
);
Related examples in the same category
1.
Launching Processes by using Calling exec