or the other way..#!/usr/bin/perl -w use strict; use Win32; my $dir = Win32::GetCwd; print "$dir";
#!/usr/bin/perl -w use strict; use Cwd; my $dir = cwd; print "$dir";
In reply to Re: Re: Is any simple way to get the current directory name?
by softworkz
in thread Is any simple way to get the current directory name?
by zhangy123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |