use lib qw(./include); use Cwd; # avoid needing to refer to SnortSnarf packages as SnortSnarf::*, even if # that is where they really are: sub BEGIN { push(@INC,map("$_/SnortSnarf",grep(-d "$_/SnortSnarf",@INC))); } use SnortFileInput; use HTMLMemStorage; use HTMLAnomMemStorage; use SnortRules; etc. etc.