I agree and i accept my folly. Thanks [?]
I guess being a novice clearly shows.
Forever
Nikhil Babu
On Tue, Feb 10, 2009 at 7:50 PM, Chas. Owens wrote:
> On Tue, Feb 10, 2009 at 04:03, Nikhil Babu wrote:
> > Hi,
> >
> > you can very well try the following
&
Hi,
you can very well try the following
$x = ENV{'PWD'};
this reads the present working directory from the $PWD environment
variable.
On Feb 7, 6:59 pm, pouliakh...@gmail.com (Pouliakhina) wrote:
> Hello,
>
> I try to write the name of the current directory in $x:
>
> $x = system ("pwd");
>
>