perl.trainers...Re: Compilation failed in require by Andrew Savige- August 23, 2006 --- Bala Murugan <kbalu123gmail.com> wrote:> While running the following temp.pl script, it throws the following error> message.... <snipped perl question>This is a list for Perl trainers to discuss Perl training issues.Accordingly, this is the wrong list for questions about Perl.If you want a quick answer, I suggest you post your question at: http:www.perlmonks.orgIf you prefer mailing lists, I suggest posting your question on thismailing list:...http://www.nntp.perl.org/group/perl.trainers/2006/08/msg574.html Compilation failed in require by Bala Murugan- August 23, 2006 Hi All,While running the following temp.pl script, it throws the following errormessage.$ perl temp.plHELLOCompilation failed in require at temp.pl line 2.$$ cat temp.pl!usrbinperlrequire "homebalahello.pl";$ cat hello.pl!usrbinperldie "HELLOn";If anyone knows, could you please let me know the reason and solution tothis issueRegards,Bala.http://www.nntp.perl.org/group/perl.trainers/2006/08/msg573.html |