This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix ops that are not filehandle constructors to not create GV if it
[perl5.git] / pod / perldiag.pod
index eb84876..c303c00 100644 (file)
@@ -2323,6 +2323,11 @@ was either never opened or has since been closed.
 
 (F) This machine doesn't implement the select() system call.
 
+=item select() on unopened file
+
+(W) You tried to use the select() function on a filehandle that
+was either never opened or has since been closed.
+
 =item sem%s not implemented
 
 (F) You don't have System V semaphore IPC on your system.