Don't assume path names. CGI files are often per-user and run with suexec. Don't assume installation as root. Whatever you can get from perl do so the rest ask the installing user Sent from my BlackBerry® smartphone with Nextel Direct Connect
-----Original Message----- From: Skript Ke <skrip...@yahoo.es> Date: Wed, 17 Feb 2010 02:57:14 To: <module-authors@perl.org> Subject: create installation issues I am creating a module that requires the installation of some files in www/cgi-bin Can be viewed at: http://github.com/Skriptke/nes Directories /obj and /plugin What is the best procedure when creating makefile.pl? Adding makefile.pl necessary instructions to install these files in /usr /local/bin or another? To let the user to manually install these files?