Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-perl
- get rid of \t, and use of 4 spaces as perlstyle :)
- get rid of system(mv ...) use File::Copy::move()
# FIXME Sniper
# the defined() seems mistakes, we want the defined status or ENV values ???
my $tmp_dir = -d $ENV{TMPDIR} ? defined($ENV{TMPDIR}) :
$ENV{HOME};
my $ftp_proxy = $ENV{ftp_proxy} ? defined($ENV{ftp_proxy}) : '';
my $http_proxy = $ENV{http_proxy} ? defined($ENV{http_proxy}) : '';
my $user_shell = -x $ENV{SHELL} ? defined($ENV{SHELL}) :
DEF_BASH_PROG;
David "Sniper" Rigaudiere
GPG KeyID 0xFF1E982D
--
gentoo-perl@g.o mailing list
|
|