Thread Fcntl meldet Export-Fehler ( :flock ) (3 answers)
Opened by GwenDragon at 2007-02-07 13:54

GwenDragon
 2007-02-07 13:54
#74121 #74121
User since
2005-01-17
14787 Artikel
Admin1
[Homepage]
user image
Sehr seltsamer Exportfehler
C:\>perl56
use Fcntl qw(O_WRONLY O_APPEND O_TRUNC O_EXCL O_CREAT :flock);
^Z
":flock" is not exported by the Fcntl module at - line 1
Can't continue after import errors at - line 1
BEGIN failed--compilation aborted at - line 1.


Während
C:\>perl56
use Fcntl qw(:flock O_WRONLY O_APPEND O_TRUNC O_EXCL O_CREAT);
^Z

keinen Fehler liefert.

Ausschnitt aus Fcntl.pm (1.03)
Code: (dl )
1
2
%EXPORT_TAGS = (
   'flock'   => [qw(LOCK_SH LOCK_EX LOCK_NB LOCK_UN)],
\n\n

<!--EDIT|GwenDragon|1170849510-->

View full thread Fcntl meldet Export-Fehler ( :flock )