I tried to go to the directory where AlarmCall.pm is and typing the following:
# /usr/bin/perl Makefile.PL
Can't open perl script "Makefile.PL": No such file or directory
Can you see what am I missing? I checked that perl is indeed in /usr/bin though I should not have to type the full path since /usr/bin is in roots path. Does Makefile.PL need the argument of AlarmCall.pm? Thanks!