Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re:^5 XML::RSS question

by mikeirw (Pilgrim)
on Jun 29, 2002 at 06:11 UTC ( [id://178211]=note: print w/replies, xml ) Need Help??


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";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://178211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-03-29 08:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found