Re[2]: Where's this documented?

2014-03-19 Thread Yonghua Peng
From perldoc -f stat: If stat is passed the special filehandle consisting of an underline, no stat is done, but the current contents of the stat structure from the last stat, lstat, or filetest are returned. Example: if (-x $file (($d) = stat(_)) $d 0) { print $file is executable NFS

Re: Re[2]: Where's this documented?

2014-03-19 Thread shawn wilson
On Wed, Mar 19, 2014 at 4:21 AM, Yonghua Peng sys...@mail2000.us wrote: From perldoc -f stat: If stat is passed the special filehandle consisting of an underline, no stat is done, but the current contents of the stat structure from the last stat, lstat, or filetest are returned. Example:

Re: Re[2]: Where's this documented?

2014-03-19 Thread Brian Fraser
On Wed, Mar 19, 2014 at 10:37 AM, shawn wilson ag4ve...@gmail.com wrote: On Wed, Mar 19, 2014 at 4:21 AM, Yonghua Peng sys...@mail2000.us wrote: From perldoc -f stat: If stat is passed the special filehandle consisting of an underline, no stat is done, but the current contents of the