Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: (tye)Re2: framechat

by merlyn (Sage)
on Mar 15, 2001 at 16:14 UTC ( [id://64713]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to (tye)Re2: framechat
in thread framechat

Too much repeated code.
my $tmpdir; for (qw(TMPDIR TMP TEMP)) { next unless $tmpdir = $ENV{$_}; last if -d $tmpdir; die "Invalid temporary directory $tmpdir from \$ENV{$_}\n"; } $tmpdir ||= "/tmp"; # if this is busted, you got troubles...

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
(tye)Re3: framechat
by tye (Sage) on Mar 15, 2001 at 16:41 UTC

    $tmpdir ||= "/tmp"; # if this is busted, you got troubles...

    I guess you've never heard of the existance of other operating systems, eh? (:

            - tye (but my friends call me "Tye")
      He has, that's why he can say it's trouble. :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://64713]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.