Problem Scenario:
Write a Perl script which will search all sub directories and its files under a given sub-directory and would do the following:
- Display all directories on a web page
- When user clicks on any of the list directories show files under it (toggle things)
- When user clicks on file, it should play that song using yahoo media player
- You should use CSS3, JavaScript and Perl only