lm.moreira has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I'm new in Perl and in the community. I would like to know what are the compilation parameters of Perl, parameters we put on #!/usr/bin/perl. I have searched in internet, but there isn't a list with the parameters and its description. Thanks a lot

Replies are listed 'Best First'.
Re: Perl Compilation Parameters
by ikegami (Patriarch) on Jun 12, 2008 at 13:28 UTC
    "perldoc perlrun" from your command prompt, or perlrun
      thanks a lot it was exactly what i was searching.
Re: Perl Compilation Parameters
by apl (Monsignor) on Jun 12, 2008 at 13:40 UTC
    When in doubt, take a look here for Perl documentation.