Help for this page

Select Code to Download


  1. or download this
        in script1.pl 
        
    ...
            system("perl script2.pl");
    
            ..........
    
  2. or download this
            in script1.pl
            
    ...
            {
                system("perl script2.pl");
            }