Help for this page

Select Code to Download


  1. or download this
    
    int main()
    ...
          execv( "/wdir/script.pl", argv );
         }
    }
    
  2. or download this
    open (FILE,">test.txt");
    print FILE $ARGV[0];