|
NAMECrypt::OpenPGP::Constants - Exportable constantsDESCRIPTIONCrypt::OpenPGP::Constants provides a list of common and useful constants for use in Crypt::OpenPGP.USAGENone of the constants are exported by default; you have to ask for them explicitly. Some of the constants are grouped into bundles that you can grab all at once; alternatively you can just take the individual constants, one by one.If you wish to import a group, your use statement should look something like this: use Crypt::OpenPGP::Constants qw( :group ); Here are the groups:
Other exportable constants, not belonging to a group, are:
AUTHOR & COPYRIGHTSPlease see the Crypt::OpenPGP manpage for author, copyright, and license information.
Visit the GSP FreeBSD Man Page Interface. |