in reply to Changing @INC after moving Perl
#!/usr/bin/perl -w BEGIN { push(@INC, '/home/giant/perl/mondules'); } use strict; use NET::Quake; .... [download]