
WWW::Webrobot::SymbolTable - Symbol table for Webrobot properties

use WWW::Webrobot::SymbolTable; my $symbols = WWW::Webrobot::SymbolTable -> new();


Constructor
Open a new scope for symbols.
Close (delete) the last scope, delete all symbols in this scope.
Define a symbol in the current scope.
Evaluate all symbols in a string. The symbol variables must obey the syntax ${name}. Returns the evaluated string.