Thread Einfache Datei-Operationen (29 answers)
Opened by geloescht at 2012-09-26 22:17

pq
 2012-09-27 20:40
#162118 #162118
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
du solltest es auch nicht zurücksetzen.
Quote
$! If used numerically, yields the current value of the C "errno"
variable, or in other words, if a system or library call fails,
it sets this variable. This means that the value of $! is
meaningful only immediately after a failure:

du solltest es nur direkt nach einer nicht erfolgreichen operation benutzen. z.b.
Code: (dl )
1
2
3
copy(...) or do {
# schiefgegangen
};
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 Einfache Datei-Operationen