in reply to Re: globing unc path
in thread globing unc path

It's not (just) environmental.

>dir /b \\tribble05\c$\* AUTOEXEC.BAT ... >perl -le"print for glob shift" \\tribble05\c$\* >perl -le"print for glob shift" c:\* c:\AUTOEXEC.BAT ... >perl -le"opendir $dh, shift; print for readdir $dh" \\tribble05\c$ AUTOEXEC.BAT ...