Tony Marquis wrote:
I'm creating a script that open a directory.
create a file call lock
Work in the directory.
delete the lock file and quit.
my ($rep_em) = "/test";
opendir (DIR, $rep_em) || die ("Error open directory $rep_em.");
chdir($rep_em) || die ("Error change directory to $rep_em");
my @fi
On Monday, July 8, 2002, at 09:58 , Connie Chan wrote:
> But do you have any much simplier idea so I can just
> use myLib; # would be all done ?
yes, make a module then 'hard wire' your applications with the
use DTK::Net::DI704;
if that is where you have stuffed all the things it wil
On Monday, July 8, 2002, at 08:02 , Connie Chan wrote:
[..]
> But what can I do, so my path can always
> aligned to @INC ?
>
three basic strategies:
a) make sure that your packages that you build
get installed into the site_location by default
hence no ne