Tilde won't won't work on windows.
Here's the code from XMLTV::Config_file.pm... I think it's a better
way. Maybe use .xmltv_cache or .xmltv/cache?
my $home = $ENV{HOME};
$home = '.' if not defined $home;
my $conf_dir = "$home/.xmltv";
(-d $conf_dir) or mkdir($conf_dir, 0777)
or die "cannot mkdir $conf_dir: $!";
Robert
--- David Greaves <david@xxxxxxxxxxxx> wrote:
> Mattias Holmlund wrote:
>
> >I can add it to Get_nice.pm and load the configuration parameter
> about
> >cache-location from ~/.xmltv/xmltv.conf if it exists and use a
> default
> >otherwise. Does that sound reasonable?
> >
> ~/.xmltv/HTTP-Cache/
>
> David
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on
> ITManagersJournal
> Use IT products in your business? Tell us what you think of them.
> Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find
> out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> xmltv-devel mailing list
> xmltv-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xmltv-devel
>
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
|