in reply to Does Perl have some php equivalents?

You might want to say what mail(), empty(), and exists() do in PHP, for those of us who don't know.

To use mysql in Perl, you use the DBD::mysql database driver for the DBI database interface module.

  • Comment on Re: Does Perl have some php equivalents?