Search Results

3
votes

Why do various Linux distros use different package managers?

Like most things in the UNIX world where there are duplications of behaviour, it's a combination of many things, but mostly history, politics/religion, and the desire to build a better mousetrap / …
1
vote

Change the “From:” address in Unix “mail”

In my version of mail ( Debian linux 4.0 ) the following options work for controlling the source / reply addresses the -a switch, for additional headers to apply, sup …
2
votes

SQL*Plus inside Perl script

The advice to use the DBI is good, and definitely the right way to do things, if you're wanting to program Perl scripts against databases. However, to answer your exact question, i …