Problem:
Question- Write a PERL script to create the following directory structure in a directory of user’s choice. The user can supply the directory of choice as an argument; if missing; prompt the user to enter one from the command line.
(User selected directory) --> *Data* --> *Image* & *Cache*
*---* = directories that need to be created.
Please show the coding of PERL script to create directory structure.