in reply to Re: backup script runs out of memory
in thread backup script runs out of memory
I do, however, have a question about this line
if ( length( $ignorefile ) and -f $ignorefile and -r _ );I understand the first two checks to see if the argument is specified and if that file exists. But what is the third check? I thought that -r should test if the file is readable. But what then is the _?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: backup script runs out of memory
by graff (Chancellor) on Aug 09, 2006 at 21:04 UTC |