programming-examples/perl/SystemFunction/Using exec to launch the windows program.pl
2019-11-15 12:59:38 +01:00

5 lines
49 B
Raku

#
# Using exec.
#
exec("pbrush", "cat.bmp");