programming-examples/perl/SystemFunction/Using exec to launch the windows program.pl

5 lines
49 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#
# Using exec.
#
exec("pbrush", "cat.bmp");