http://qs1969.pair.com?node_id=178211


in reply to Re: Re: Re: Re: XML::RSS question
in thread XML::RSS question

One thing that may be causing you problems is concatenation in '$dirpath'. Try making these changes:
my $template = $dirPath . "rss_outtemplate.htm"; my $fullOutfile = $dirPath . "rss.htm"; my $newName = $dirPath . $fileTag . "rss.htm"; my $rss_output = $dirPath . "rss.xml";