Is there something like <?php phpinfo(); ?> in Perl?
Is there something like <?php phpinfo(); ?> in Perl?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What information do you want to know? phpinfo apparently tells you almost everything:
You can get most of that somehow in Perl, but not all from the same place.
Configmodule, which comes with Perl, has the compilation options for the interpreter$^Vhas the version of the current interpreter (see perlvar)%ENVhas the environment (see perlvar)