First timer running mod_perl. If I put code in a BEGIN block will it get executed each time a request is made (I'm understanding it to be no)? I have some "require"d pms that I want to include but there is no need to execute the code each time a request is made (same declarations, etc..,). How can I include a file of code in a BEGIN and have it execute only on program initialization? Thanks