Thread mehrere Fragen u.a. zum topic array²hash (10 answers)
Opened by Gast at 2007-10-04 10:51

pq
 2007-10-04 13:00
#100252 #100252
User since
2003-08-04
12208 articles
Admin1
[Homepage]
user image
Gast+2007-10-04 10:55:07--
Wenn ich es ohne die single quotes schreibe gibts den BAREWORD fehler:
Code: (dl )
Bareword "O_RDONLY" not allowed while "strict subs"  ...

du musst diese konstanten importieren:
Code (perl): (dl )
use Fcntl qw(:DEFAULT);
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread mehrere Fragen u.a. zum topic array²hash