in reply to Re: new perl userin thread new perl user
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.