Let me make question clear, in fact my question is how can i create directories recursively.
Do you have any example?
Thanks
Lixin
Note: forwarded message attached.
Note: forwarded message attached.
Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com
--- Begin Message ---My codes is like this:**********************************************************************my $new_data_dir = "/var/tmp/sct_1.61/data";mkdir ($new_data_dir, 0744) unless (-d $new_data_dir);**********************************************************************/var/tmp exists, but /sct_1.61/data does not exist under /var/tmp. It looks like mkdir function does not work well. It does not create /sct_1.61/data. Could you please let me know why? and how to solve it?ThanksLixin__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--- End Message ---
_______________________________________________ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs