>>>>> "D" == Derek  <derek...@gmail.com> writes:

  D> Hello, I am getting the following error:
  D> bash: /var/www/html/bugzilla/email_in.pl: line 2: syntax error near
  D> unexpected token `('

big clue. what is the first word of that line? it is bash! perl is not
seeing your script for some reason. so this is not a perl issue but a
bash one. find out why bash is running your file instead of perl.

uri

-- 
Uri Guttman  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to