Help for this page

Select Code to Download


  1. or download this
    File::Spec::Unix checks $ENV{TMPDIR} (unless taint is on) and /tmp.
    
  2. or download this
    print $_."=>".$ENV{$_}."\n" for sort keys %ENV;
    
    print $_."=>".$INC{$_}." (v".((($_ =~ /^(.+?)\.pm$/)[0]=~s{/}{::}gr)[0
    +])->VERSION.")\n" for sort keys %INC;