Hello, I'm trying to package a Perl program I've written for Windows. When I run the resulting .EXE file, I get an error like this:
mkdir C:\DOCUME~1\gifford\LOCALS~1\Temp\par-gifford\cache-c15e00d2627c3c98fefdf604dd47c0b5654aaf90/inc/lib/C:/: Invalid argument at C:/Perl/site/lib/Archive/Zip.pm line 659 I'm packaging it by running: pp -c -l libeay32.dll -l ssleay32.dll -o whereabouts.par -p bin/whereabouts I'm running PAR 0.956 and Perl 5.8.8 on Windows 2000. Any ideas? Thanks, ----Scott.