Jesper Krogh wrote: > Can anyone help me find out what my problem is here? > > $ perl -MDevel::SimpleTrace script/efam_server.pl > Undefined subroutine &Catalyst::Utils::env_value called What version of Catalyst do you have? The env_value sub only appears in 5.7008 and above.. -Brian