Corky Seevinck - 2002-02-06

HI,
I am just starting out with perlide and have a question please. I want to work on a calendar script which consists of 4 perl scripts and some text files. The one script has statements in it that tells the location of files and URLs -- eg:
$cgiurl = "http://www.xx.x/dir/webcal.pl";
$addcgiurl = "http://www.xx.x/dir/webcal.add.pl";

@datafiles = (
  ".dir/data.astro.txt",
  ".dir/data.holidays.txt",
  ".dir/data.jewish.txt"
  );

My Questions are:
1) where do I load all the files needs for the script so that perlide will find them.
2) How do I modify the above to point to those files.

Thanks a lot
Corky