Irfan Sayed wrote:
print MYFILE "<?xml version="1.0" encoding="UTF-8"?>\n" where MYFILE is a file handler.
s/handler/handle/
print $MYFILE qq{<?xml version="1.0" encoding="UTF-8"?>\n};
--
Ruud
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
