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