C E Macfarlane wrote: > Note that perl uses the TMPDIR environment setting, and its absence > can lead to some problems with memory, particularly with embedded > devices, but perhaps also with Linux PCs. Presuming you have a /tmp > directory, you need to include in one of, in order of preference ...
If TMPDIR isn't set then /tmp will be the default AIUI so the only reason to normally set it is when /tmp isn't big enough, e.g. it's a tmpfs that's using RAM, and then it needs to be set to somewhere else. -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

