start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: symlink Chapter 5
Function Reference
Next: Reference: sysopen
 

syscall

syscall 
list

Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. The function produces a fatal error if syscall(2) is unimplemented. The arguments are interpreted as follows: if a given argument is numeric, the argument is passed as a C integer. If not, a pointer to the string value is passed.


Previous: Reference: symlink Perl in a Nutshell Next: Reference: sysopen
Reference: symlink Book Index Reference: sysopen

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.