open (infile, "<<moo.cgi");
open (outfile, ">>snert.cgi");
^^
Use single '>'.
open (infile, "<moo.cgi");
open (outfile, ">snert.cgi");
[sathish]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
