Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Does Perl have some php equivalents?

by jhourcle (Prior)
on Aug 12, 2007 at 14:53 UTC ( [id://632065]=note: print w/replies, xml ) Need Help??


in reply to Does Perl have some php equivalents?

What is the exists() function in php? There's array_key_exists(), class_exists(), dba_exists(), dbmexists(), file_exists(), function_exists(), interface_exists(), method_exists(), phar_offsetexists(), and property_exists().

Others have already mentioned empty (just test for (! $var)) and mysql (DBD::mysql and DBI), but mail's a tricky one, as there are lots of different mail modules in CPAN. The question's been asked many, many times on here ... but typically, they mention part of their requirements ... MIME, message size, quantity. I don't know if there's a nice list of what the features are of each of 'em.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632065]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found