FILE ... TOC

create a new page object

This method either creates a new object for the url given as parameter or returns the reference to the object if an object was already created for the url.

Usage:

           $page = new webpage ($url);

FILE ... TOC