Help for this page

Select Code to Download


  1. or download this
    sub ampNotify {
        my %args = @_;
    ...
        $args{othercontact} ||= 'None';
        ....
    }
    
  2. or download this
    ampNotify(
        message => join( "\n", "Server: $server", "File: $origfile", "Erro
    +r: foo" ),
    ...
        path => $work_dir,
        file => $missingdeptfilename,
    );
    
  3. or download this
  4. or download this