Snapback2
view release on metacpan or search on metacpan
Backup/Snapback.pm view on Meta::CPAN
360361362363364365366367368369370371372373374375376377378379380
true 1
1 1
);
$val
=
$true
{
$val
} || 0;
return
$val
;
}
=item config
Gets or sets configuration parameters. The base is set in hardcoded
program defaults; it then is overlayed with the configuration file results.
If a configuration block is entered, those settings override the parent
configuration block. Finally, internal setting can be done, temporarily
overriding configuration file settings (because of option dependencies).
my $compress = $snap->config(-Compress);
# turn off compression
$snap->config( Compress => No);
Some options are boolean, and some accept the special value 'none' to
( run in 0.357 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )