2 Jun
2004
2 Jun
'04
5:50 p.m.
Am Mittwoch, 02.06.04, um 10:09 Uhr (Europe/Zurich) schrieb Hans Hagen:
if ($ENV["TEMP"] && -e $ENV["TEMP"]) { $RunPath = $ENV["TEMP"] ; } elsif ($ENV["TMP"] && -e $ENV["TMP"]) { $RunPath = $ENV["TMP"] ; }
interestingly perl does not complain, which is one more reason to go ruby
Do you use warnings; use strict; ? Grüßlis vom Hraban! -- http://www.fiee.net/texnique/