- or download this
# glob for dos scripts
...
}
1;
- or download this
# This BEGIN block avoids including File::DosGlob::Param for non-windo
+ws systems
BEGIN
...
import File::DosGlob::Param qw( dosglob );
}
}
- or download this
# convert filename wildcards to actual filenames
if ( $^O =~ /win/i ) # only if DOS
...
}
}
}