December 2002
Beginner
478 pages
17h 55m
English
The top-level SWF module implements only two functions; the rest are defined by the other modules described below. By default, the SWF module does not import any of the other modules. You can import all of them with the directive:
use SWF qw(:ALL);
or you can import just the modules you intend to use by supplying a list of module names:
use SWF qw(Movie Text Font);
The following two functions affect global properties of the generated SWF movie.
Read now
Unlock full access