$(top_srcdir) in Makefile.am

Scott Wheeler wheeler at kde.org
Wed Oct 30 12:24:55 GMT 2002


Quoting Adriaan de Groot <adridg at cs.kun.nl>:   
   
> While perl has a chdir() function, I can't find a cwd or pwd in perl.   
   
use Cwd;   
$dir = cwd(); 
 
Cwd is a standard Perl package. 
 
-Scott   




More information about the kde-core-devel mailing list