in reply to Re^2: Autovivification sucking the life out of me
in thread Autovivification sucking the life out of me
Sure looks innocent, huh? Of course the 'fix' will be to change the references to 'simple' ones,$tmpdir = $_[0]->_tmpdir( @ENV{qw(TMPDIR TEMP TMP)}, 'SYS:/temp', 'C:\system\temp', 'C:/temp', '/tmp', '/' );
$tmpdir = $_[0]->_tmpdir( $ENV{TMPDIR}, $ENV{TEMP}, $ENV{TMP},
And in answer to Skeeve, yes, I am a "bug-magnet"
|
|---|