Using exec to launch the windows program : exec « System Functions « Perl






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