start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getsockopt Chapter 5
Function Reference
Next: Reference: gmtime
 

glob

glob 
expr

Performs filename expansion (globbing) on expr , returning the next successive name on each call. If expr is omitted, $_ is glob bed instead. This is the internal function implementing the <*> operator, except that it may be easier to type this way.

The glob function is not related to the Perl notion of typeglobs, other than that they both use a * to represent multiple items.


Previous: Reference: getsockopt Perl in a Nutshell Next: Reference: gmtime
Reference: getsockopt Book Index Reference: gmtime

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.