Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Autovivification sucking the life out of me

by shenme (Priest)
on Oct 14, 2005 at 06:24 UTC ( [id://500136]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    
    ...
    
        warn sprintf "In test, at end (2): TMPDIR '%s'\n",
            ! exists $ENV{TMPDIR} ?  '<absent>' : ! defined $ENV{TMPDIR} ?
    + '<undef>' : $ENV{TMPDIR};
    
  2. or download this
    In test, at start (1): TMPDIR '<absent>'
    Use of uninitialized value in join or string at test3.pl line 7.
    I see args '', 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp', 'C:\DOCUME~1\ADMI
    +NI~1\LOCALS~1\Temp'
    In test, at end (2): TMPDIR '<undef>'
    
  3. or download this
    In test, at start (1): TMPDIR '<absent>'
    In test, at end (2): TMPDIR '<undef>'
    

Log In?
Username:
Password:

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

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

    No recent polls found