Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Autovivification sucking the life out of me

by pg (Canon)
on Oct 14, 2005 at 06:42 UTC ( [id://500139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        warn sprintf "In test, at start (1): TMPDIR '%s'\n",
            ! exists $ENV{TMPDIR} ?  '<absent>' : ! defined $ENV{TMPDIR} ?
    + '<undef>' : $ENV{TMPDIR};
    print Dumper(@ENV{qw(TMPDIR TEMP TMP)});
    
  2. or download this
    $VAR1 = undef;
    $VAR2 = 'C:\\DOCUME~1\\someone\\LOCALS~1\\Temp';
    $VAR3 = 'C:\\DOCUME~1\\someone\\LOCALS~1\\Temp';
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://500139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found