/usr/src/perl/pod/perlfaq5/Why_doesn_t_glob_get_al_.pod

Why doesn't glob("*.*") get all the files?

Because even on non-Unix ports, Perl's glob function follows standard Unix globbing semantics. You'll need glob to get all (non-hidden) files.