On Tue, 1 Feb 2005 19:24:55 +0100, Allan wrote:
> Er der en komando til at fortælle hvilken sti man er i hvis man fx
> har brugt chdir ??
Du kan bruge Cwd-modulet:
asjo@topper
$ perl -MCwd -e 'chdir "/tmp/"; print getcwd, "\n";'
/tmp
asjo@topper
$
Se:
<
http://search.cpan.org/~kwilliams/PathTools-3.03/Cwd.pm>
Mvh.
--
"You have to photosynthesize" Adam Sjøgren
asjo@koldfront.dk