perlfunc.pod, as suggested by Lukas Mai.
p4raw-id: //depot/perl@20899
$symlink_exists = eval { symlink("",""); 1 };
-=item syscall LIST
+=item syscall NUMBER, LIST
Calls the system call specified as the first element of the list,
passing the remaining elements as arguments to the system call. If