>>#!/usr/bin/perl >> >>$dingle = `pwd`; >> >> print "Content-type: text/html\n\n"; >> print "the path is $dingle\n"; For what its worth: I have also used the following path with considerable success: /usr/local/etc/httpd/cgi-bin/ WebTen's Perl is very cool for cgi's and avoids some problems inherent with MacPerl CGI's... but I still use MacPerl to write and debug scripts....especially since webten's error logs require special access... One problem however, seems to be that webten's perl cannot access files in other places in your computer. This might be handy to hide any sensitive info even further from nefarious pranksters. Take Care, Samuel Daffner ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch