in reply to DB_File - help
I suggest you pick something in the form of /home/username/...my $dir = "/whatever"; my $file = $dir."/file"; die "cannot write to $dir : $!" unless -W $dir;
update: There ain't nothing special about /tmp as far as perl/DB_File is concerned. /tmp must exist, otherwise the program would have died.
|
MJD says you can't just make shit up and expect the computer to know what you mean, retardo! ** The Third rule of perl club is a statement of fact: pod is sexy. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DB_File - help
by kiat (Vicar) on Nov 24, 2002 at 15:30 UTC |