Name: Priyanka Nambiar USC ID: 3470794144 Organization of the Program: We first select the parts of the source code, corresponding to the Playlists, Channels and Promoted Videos. Now, for each part of the code, for example, for the code selected for Playlists, we further select bits of the code that are corresponding to the Title, Description of each Video in the Playlist, and the Thumbnail for each. Then we put these values inside a table, under the headers of Title, Description and Thumb, the points for the description being bulletted. The same procedure is used for the tables for Channel Results and Promoted Video Results. How the program works: We use the Perl LWP Module to retrieve the web page, we work on scraping from the source code of the web page. We use regular expressions and pattern matching to retrive specific details of the data to be present in the output.