in reply to Re^2: Dynamic detection of a folder based on the location given
in thread Dynamic detection of a folder based on the location given
Cheers,use warnings; use strict; use Cwd; my $cwd = getcwd(); my $sms8x18 = $cwd . "\\sms8x18\\src"; print $sms8x18;
|
|---|