I am trying to explicitly specify the atime and mtime of a symbolic link to on linux. I see that
works for files only. Also, File::Touch (which uses
) works only with files. I know can use a system call to
, but I was wondering if there is a perl way to do it.