Re: XML::Writer creates a file but fails to be recognized

2007-04-26 Thread Rob Dixon
Dave Adams wrote: When generating a file with XML::Writer the script certainly builds the file but when I go to test for it, it fails. Does anyone have a reason why? How do I create a file that I can use in the rest of my script? use XML::Writer; use IO::File; my $output = new IO::File(">tes

XML::Writer creates a file but fails to be recognized

2007-04-26 Thread Dave Adams
When generating a file with XML::Writer the script certainly builds the file but when I go to test for it, it fails. Does anyone have a reason why? How do I create a file that I can use in the rest of my script? use XML::Writer; use IO::File; my $output = new IO::File(">test.xml"); my $writer =