
Jasmine
Administrator
Jan 26, 2001, 10:19 AM
Post #1 of 1
(1110 views)
|
|
Is there a leak/bug in glob()?
|
Can't Post
|
|
(From the Perl FAQ) Is there a leak/bug in glob()? Due to the current implementation on some operating systems, when you use the glob() function or its angle-bracket alias in a scalar context, you may cause a leak and/or unpredictable behavior. It's best therefore to use glob() only in list context.
|