in reply to Re: new perl user
in thread new perl user

Just tested on ActivePerl 5.12 -- it does associate .pl extension to perl, but does not setup anything for .plx.

Replies are listed 'Best First'.
Re^3: new perl user
by GrandFather (Saint) on Mar 14, 2011 at 09:54 UTC

    Simple. Don't use .plx - it's not conventional. Use .pl for scripts and .pm for modules. In the *nix world drop the .pl (no extension for scripts, but don't forget to use #!/usr/bin/perl as the first line), but carry on using .pm.

    True laziness is hard work
Re^3: new perl user
by Anonymous Monk on Mar 14, 2011 at 07:39 UTC
    FWIW, IIRC, .PLX was also adopted as an IIS webserver convention