Hello, I try to write the name of the current directory in $x:
$x = system ("pwd");
But it doesn't work. It also doesn't work in all these combinations:
$x = 'system("pwd")';
$x = system("`pwd`");
Can You help me to write the result of 'pwd' in $x?
Thank You,
Irina
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
