create perl script to check all command arguments Display th
create perl script to check all command arguments. Display the argument one by one (use a for loop). If there is no argument provided, remind users about the mistake
create perl script to create the following directory structure in a directory of user’s choice. The user can supply this input as an argument; if not, prompt the user to enter one from the command line.
(User selected existing directory) -->Data -->Image
-->Cache
Solution
1)
Code:
