file: examples/008_push_inc_begin.pl 1: BEGIN { 2: push(@INC,'splap'); 3: } 4: 5: use PushInc; 6: print "ok\n";