Say I have a file / var / tmp / filename
In perl, I write the following snippet
use strict;
use warnings;
if (-W /var/tmp/filename)
{
...
}
exit;
Will the -W and -w functions ( http://perldoc.perl.org/functions/-X.html ) verify that the file can actually be written or checked only that the files are allowed to allow ?
I ask that I write a script that receives a cookie from the server.
script cookie , cookie , . , cookie , .