Thread Diagnostics Pragma (8 answers)
Opened by cocko at 2005-01-22 20:11

cocko
 2005-01-25 14:24
#51166 #51166
User since
2005-01-10
18 Artikel
BenutzerIn
[default_avatar]
Das warnings-Pragma scheint aber auch schon etwas Zeit zu kosten:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
lichtenb@mond26:~> time perl -Mwarnings -Mstrict -e1

real    0m0.017s
user    0m0.012s
sys     0m0.003s
lichtenb@mond26:~> time perl -Mstrict -e1

real    0m0.007s
user    0m0.004s
sys     0m0.003s


Die Verwendung von strict scheint dagegen kaum etwas auszumachen.\n\n

<!--EDIT|cocko|1106655916-->

View full thread Diagnostics Pragma