----- Original Message ----- 
From: "Barry Brevik" 

> Does anyone have advice for me about how they create directories with
> Perl?

I've used:

system 'mkdir', $path;

but check 'mkdir /?' to see if that approach is suitable for you.

Cheers,
Rob
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to