CGI-Bus
view release on metacpan or search on metacpan
lib/CGI/Bus/fut.pod view on Meta::CPAN
Option '-b' chooses binary mode and
binary write. Without '-b', each element of data list is printed with
trailing "\n" added.
Prepend file name with '>' sign to append to file existed.
=item glob ( pathMask ) -> entry list
Glob filenames with mask and return list of them such as
standard C<glob> function.
When $^O eq 'MSWin32' own implementation with fragments from
L<File::DosGlob|File/DosGlob> is used, else C<glob> is called.
=item globn ( pathMask ) -> entry list
Like C<glob>, but returns list of names only, without paths
=item mkdir ( path, ?perms ) -> success
( run in 1.318 second using v1.01-cache-2.11-cpan-364913b4093 )