FILE ... TOC

Save all the cookies to a cookies file

Usage:

            webpage->save_cookies("fileName");

This class method saves the content of the global array @cookies into the file fileName given as argument.

Each line of the file will contain one cookie in the form:

NAME=VALUE; expires=DATE;path=PATH; domain=DOMAIN_NAME; secure

FILE ... TOC