From: Gurusamy Sarathy Date: Sun, 19 Apr 1998 23:50:34 +0000 (+0000) Subject: [win32] tweak doc for C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc1be6b5f3ddbc67a59c272a982146f55b348312;p=p5sagit%2Fp5-mst-13.2.git [win32] tweak doc for C p4raw-id: //depot/win32/perl@891 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index f509f61..17ede1a 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -863,7 +863,9 @@ is just like except that it's more efficient, more concise, keeps track of the current filename for error messages, and searches all the B<-I> libraries if the file isn't in the current directory (see also the @INC -array in L). It's the same, however, in that it does +array in L). It is also different in how +code evaluated with C doesn't see lexicals in the enclosing +scope like C does. It's the same, however, in that it does reparse the file every time you call it, so you probably don't want to do this inside a loop.