in reply to Re: Simple @ Question
in thread Simple @ Question

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?

Replies are listed 'Best First'.
RE: RE: Re: Simple @ Question
by btrott (Parson) on Jun 15, 2000 at 22:29 UTC
    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.