Moeten perl modules executable zijn of zijn read rechten genoeg. De files staan wel op ons Unix systeem ik krijg ze echter niet aan de praat. Ik heb de directory in @INC gepushed dus dat kan het niet zijn lijkt mij.
foutmelding:
code:
1
2
3
4
5
6
| #!/usr/bin/perl -w print "networking wit perl version 0.1\n"; push (@INC,"/opt/MagellanContrib/lib/perl5/5.00502/sun4-solaris"); print @INC; use Socket; |
foutmelding:
code:
1
2
3
4
| NMSgs1 nieuwsta 136 > ./net1 Can't locate vars.pm in @INC at Socket.pm line 3. BEGIN failed--compilation aborted at Socket.pm line 3. BEGIN failed--compilation aborted at ./net1 line 6. |