[Mimedefang] OT: opening mimedefang.pl Eclipse + Epic

Oliver Schulze L. oliver at samera.com.py
Fri Jul 13 02:17:46 EDT 2007


Hi all,
I was trying EPIC in Eclipse and it rocks.

EPIC is an open source Perl IDE based on the Eclipse platform.
http://e-p-i-c.sourceforge.net/

The only problem is that the EPIC perl parser have an error and it
can't parse mimedefang.pl correctly.
It "detects" an error in run_virus_scanner(), so I needed to change this 
line:
    $retcode = $? / 256;
to this:
    $retcode = ($?) / 256;
on that function.

The function list, error highlight, FIXME to task converter and the eclipse
editor all does a great job. Recommended!

HTH
Oliver

-- 
Oliver Schulze L.   | http://tinymailto.com/oliver  
Asuncion - Paraguay | http://www.solojuegos.mobi    




More information about the MIMEDefang mailing list