Snapback2

 view release on metacpan or  search on metacpan

Backup/Snapback.pm  view on Meta::CPAN

360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
                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 )