The proxy here is choking, but I'll try that site later. It looks like it's choking later, actually in this sub-
sub mailerror { system (" $scriptloc\\blat $scriptloc\\errormsg.txt -t 'jdoscher@nonhp.ex.sdd.hp.com' -s ERROR") ; exit }
any ideas?
Ah, well in this case you'll want to backslash your @,
because it *is* within double quotes (the quoted string
you're handing to system). So add the backslash, see if
that does it.