$$ | the ID (not pid) of the current process |
$ARGV1, $ARGV2 ... | arguments on the command line after the script name |
$CURRENT_TIME_UNIX | The current time in seconds since the epoch |
$PAGENAMEurlHtml |
the URL of the saved page PAGENAME, HTML-encoded.
As a special case the current page is named "current"
(i.e. $currenturlHtml) |
$PAGENAMEpageHtml |
the entirety of the saved page PAGENAME
(text and all), HTML-encoded. As a special case the current page is named
"current" (i.e. $currentpageHtml) |
$PAGENAMEpageFormsHtml | all
the forms and their data from the saved page PAGENAME, HTML-encoded.
As a special case the current
page is named "current" (i.e. $currentpageFormsHtml) |
$PAGENAMEpageLinksHtml | the links from the saved page PAGENAME (text and all),
HTML-encoded. As a special case the current page is named "current"
(i.e. $currentpageLinksHtml) |