Help for this page

Select Code to Download


  1. or download this
    $CONFIG = {
                my_github => {
    
  2. or download this
    our %config = (
         my_sftp =>  {
    
  3. or download this
    $ cat config3.tmpl
    package config3;
    ...
    
    1;
    
  4. or download this
    All tests successful.
    Files=5, Tests=49,  3 wallclock secs ( 0.06 usr  0.01 sys +  0.45 cusr
    +  0.10 csys =  0.62 CPU)
    ...
    Compilation failed in require at ./1.redact.pl line 6.
    BEGIN failed--compilation aborted at ./1.redact.pl line 6.
    
  5. or download this
    $ cat config2.pm 
    package config2;
    use Exporter    qw(import);
    ...
         );
    1;
    $