fileno

NAME

fileno - return file descriptor from filehandle


SYNOPSIS

fileno FILEHANDLE


DESCRIPTION

Returns the file descriptor for a filehandle. This is useful for constructing bitmaps for select() . If FILEHANDLE is an expression, the value is taken as the name of the filehandle.