in reply to Perl <-> debian apt interface

Would it not be easier to create your own debian package to do this? If you set the dependancies correctly, all required packages will be installed automatically, and you can have the post installation script (in perl) do the configuration for you.

So instead of running your script on every computer, just install one .deb on each computer.