Skip to content

Instantly share code, notes, and snippets.

@abronte
Created December 6, 2011 17:34
Show Gist options
  • Select an option

  • Save abronte/1439083 to your computer and use it in GitHub Desktop.

Select an option

Save abronte/1439083 to your computer and use it in GitHub Desktop.
/* REMOVE */
use lib "/usr/local/navivision/spidering/common";
use NVParser;
/* ADD */
BEGIN {
unshift (@INC, "$ENV{'CRAWLER_PATH'}/common");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment