Can't locate object method "class" via package "Da_corsa" (perhaps you forgot to load "Da_corsa"?) at C:\Users\Lucca\Documents\NetBeansProjects\PERL scripts\perl\MioDreamcar.pl line 17. #### use warnings; use Data::Dump qw(dump); use lib "C:/Users/Lucca/Documents/NetBeansProjects/perlpm"; #initial error gone but other pop up. #use lib "C:/Users/Lucca/Documents/NetBeansProjects"; #tried to follow example syntax for this method but didn't work #use perlpm::Da_corsa; #adding the file this way...why is this method wrong. #### $ ls -lrt perlpm/ total 3 -rwxrwxrwx+ 1 Lucca Lucca 288 Nov 6 17:58 Scuderia.pm -rwxrwxrwx+ 1 Lucca Lucca 343 Nov 6 17:58 Dreamcar.pm -rwxrwxrwx+ 1 Lucca Lucca 569 Nov 6 17:58 Da_corsa.pm