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