It sure did:
my $upload_dir = "\images-user";
Embedded backslashes need to be doubled:
my $upload_dir = "\\images-user";
Will continue checking but that one jumped right out at me.
In reply to Re^5: File Upload On Windows 8 and Perl
by marinersk
in thread File Upload On Windows 8 and Perl
by skosterow
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |