Help for this page

Select Code to Download


  1. or download this
    open(S2,"script2 |");
    while (<S2>) {print;}
    close S2;
    
  2. or download this
    print "Script2\n";
    system("script3");
    
  3. or download this
    print "Script3\n";
    
  4. or download this
    script2
    script3