Help for this page

Select Code to Download


  1. or download this
    #NOTE: Depending on certain conditions, I need either stat or lstat.
    if (...) { stat($Filename) } else { lstat($Filename) }
    
    ...
    ...
    );
    if ($Stat{r}) {...}