http://qs321.pair.com?node_id=942285


in reply to Including files

> use lib 'path/to/the/modules';

and for same directory files (as i just figured out), no path is needed, just the name. For example, including my local db module:"

use lib 'db';