On Wed, 20 Dec 2000, Fabio Quintao wrote:

> Hi all....
> 
>      how can i make a dir and after that make another dir inside the
> first one i made.
> 
> it does not working.
> 
>     mkdir $id, "c:/temp" or die "cannot make that: $!\n";
>          mkdir $num, "c:/temp/$id" or die "cannot make that: $!\n";
> i hope someone can help me with that

Try giving mkdir the arguments it needs in the order it needs them.

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to