http://www.perlmonks.org?node_id=920367

MarkovChain has asked for the wisdom of the Perl Monks concerning the following question:

So I have a perl script (a nagios plugin as a matter of fact) and when I try to execute it via the command line on ubuntu, I get the following error  -bash: !0: event not found. So naturally I open up the source code and peruse through the source code... things look good. A quick

perl -c check_basicauth.pl check_basicauth.pl syntax OK
does not help much. I checked elsewhere on the net and all the posts seem to point towards the fact that the ! character is interpreted by the bash shell; which causes the issue. I digress... since I am calling it via perl, the shell has nothing to do with a ! in the script. Any thoughts in the hallowed hall????

Cheers......

Replies are listed 'Best First'.
Re: event not found
by MarkovChain (Sexton) on Aug 15, 2011 at 23:15 UTC

    Figured it out.... nothing to do with the script... I was passing a ! in one of the arguments. Pardon the trouble.

    Thanks and cheers....

Re: event not found
by Anonymous Monk on Oct 17, 2012 at 03:53 UTC
    check_basicauth.pl -u https://127.0.0.1/demo/login_page.php -l marckyadmin -p 1421ma -c 10 -w 3 -v -e "Hello sweetie"