Help for this page
47: my($npath) = unixify($path); DB<7> x $path ... DB<8> x $npath 0 "/USERS/DIR/aaaaa\c@" # <---- What's that \c@ doing there?!
47: my($npath) = unixify($path); ... DB<10> x $npath 0 '/USERS/DIR/aaaaaaa/'
print File::Spec->catfile("USERS:[DIR.aaaaa]", "file"); # Include USER +S:, or else this won't work!
www.com | www.net | www.org
There is too much technical debt in my codebase The stability of the system Perl suits me better I have to support users of some ancient version I'm stuck with ActiveState/TinyPerl/microperl/Strawberry ... Letting the early adopters trip over the bugs is fine Some other reason
Results (33 votes). Check out past polls.