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.
#!/usr/bin/perl
use strict;
use ABCD;
Any help would be much appreciated.