Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns the file descriptor number (as used by C and POSIX functions) of the specified FILEHANDLE. This is generally useful only for using the select function and any low-level tty functions. Return Value
ExampleYou can use this to find out whether two handles refer to the same underlying descriptor:
|
Copyright © tutorialspoint.com