in reply to perl unable to locate my module
#!/usr/bin/perl use strict; use warnings; require '/home/charrison/bin/IPC.pm'; [download]
Will now read up on require.