Click to See Complete Forum and Search --> : Can't locate ABCD.pm in @INC


hubiejr
03-06-2006, 01:30 AM
I'm a real newbie to perl (Just started 1hr ago). I'm trying to open WXYZ.pl in terminal (I'm on a mac), and the message keeps comming up "Can't locate ABCD.pm in @INC". Now ABCD.pm is in the same folder was WXYZ.pl and below is the first couple lines of my code


#!/usr/bin/perl

use strict;
use ABCD;


Any help would be much appreciated.

hubiejr
03-06-2006, 01:34 AM
I added ABCD.pm to my library/perl folder and it seems to work.