Name: Anonymous 2007-08-01 7:38 ID:aUHUPN3d
I can't seem to do something like
open(OUTFILE, '>%USERPROFILE%\file.txt') or die "Can't open file.txt: $!";
Is there a way to use windows %PATH% type syntax in perl?
open(OUTFILE, '>%USERPROFILE%\file.txt') or die "Can't open file.txt: $!";
Is there a way to use windows %PATH% type syntax in perl?