Ignore:
Timestamp:
08/15/17 13:53:23 (7 years ago)
Author:
Kris Deugau
Message:

/trunk

Bulk addition of "add 'the directory the script is in' to @INC" for Perls
that have dropped '.' from @INC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/db-update.pl

    r853 r906  
    55use warnings;
    66use Data::Dumper;
     7
     8# push "the directory the script is in" into @INC
     9use FindBin;
     10use lib "$FindBin::RealBin/";
    711
    812use MyIPDB;
Note: See TracChangeset for help on using the changeset viewer.