Is there a way in perl to provide a file-path in the 'mkdir' command. I want to accept a path the
user wants to create folders, such as 'Test1/Test2', where Test1 does not already exists. The following code fails creating
folders Test1 and Test2. It's working with only one folder. The perl compiler which I am using is Active(5.8.4) on Windows XP.