Launching Processes by using Calling exec : exec « System Functions « Perl






Launching Processes by using Calling exec

      

# The basic syntax is: exec program, arguments


#!/usr/bin/perl -w

#
# Using exec.
#

exec("xterm", "-ls");

   
    
    
    
    
    
  








Related examples in the same category

1.Using exec to launch the windows program