Name : perl-Win32-Autoglob
| |
Version : 1.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.7.1
| Date : 2023-07-20 18:11:30
|
Group : Development/Libraries/Perl
| Source RPM : perl-Win32-Autoglob-1.01-lp155.7.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Expand Globs in @Argv When the Shell Doesn\'t
|
Description :
Normal MSWindows shells are exceptional in that they don\'t do globbing for you -- i.e., if you enter:
C:\\stuff> perl thing.pl whatever.bin *.txt thing.dat
then _thing.pl_\'s AATTARGV will consist of just \'(\'whatever.bin\', \'*.txt\', \'thing.dat\')\'.
If you just add \'use Win32::Autoglob;\' in your program, this module will alter AATTARGV by performing globbing. I.e., \'\'*.txt\'\' will be expanded to whatever _*.txt_ matches, like \'(\'whatever.bin\', \'junk.txt\', \'stuff.txt\', \'thing.dat\')\' -- or if there are no _*.txt_ files, you\'ll just get an AATTARGV of \'(\'whatever.bin\', \'thing.dat\')\'.
Under Cygwin or under anything but MSWin, this module has no effect, so you can use \'use Win32::Autoglob;\' in any program, and the globbing will happen only when it\'s running under MSWin (and not Cygwin, because Cygwin _does_ do globbing).
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch |