in reply to IntelliJ IDEA for Perl !! Try it, use it, BE HAPPY !!

I am trying to run the Perl plugin for a new project, and the new project prompt only allows me to select a Python interpreter, and not my local installed Perl interpreter. I've been reading other ppl have this issue. I see the perl plugin installed but I am unable to select it for a new project. I was able to change the interpreter to the Perl plugin after starting a project with phyton as the interpreter, however I would feel better starting the project with Perl as the interpreter. Does anyone have any insight to this? Thanks!
  • Comment on Re: IntelliJ IDEA for Perl !! Try it, use it, BE HAPPY !!

Replies are listed 'Best First'.
Re^2: IntelliJ IDEA for Perl !! Try it, use it, BE HAPPY !!
by ait (Hermit) on May 11, 2023 at 04:55 UTC

    Use Perlbrew. IDEA should detect your active Perlbrew Perl.

    https://perlbrew.pl

Re^2: IntelliJ IDEA for Perl !! Try it, use it, BE HAPPY !!
by Anonymous Monk on May 11, 2023 at 06:04 UTC
    File -> Settings -> Language & Frameworks -> Perl5 ???

      It's a little confusing because both the Perl5 setting and your project setting will appear there.

      On the project settings, make sure to mark the Lib folder and the MojoTemplates folder if you're using Mojo, although the latter disappeared after the latest update (finding out why).