Win has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, I have installed a perl interpreter on a Win NT system but the .pl files are not showing up as yellow balls. Any suggestions? The Perl scripts are working on the command line.

Replies are listed 'Best First'.
Re: .pl icons in Windows NT
by DaWolf (Curate) on Nov 05, 2003 at 10:14 UTC
    All you have to do is associate the .pl files with perl.exe, wich is probably on C:\Perl\bin.

    Best regards,

    my ($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br") if ($author_name eq "Er Galvão Abbott");
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: .pl icons in Windows NT
by etcshadow (Priest) on Nov 05, 2003 at 15:31 UTC
    I have installed a perl interpreter on a Win NT system but the .pl files are not showing up as yellow balls.

    Man... those aren't "yellow balls", they're pearls (get it?).


    ------------
    :Wq
    Not an editor command: Wq
Re: .pl icons in Windows NT
by inman (Curate) on Nov 05, 2003 at 12:26 UTC
    If you can run your perl scripts from the command line then you already have perl.exe in your system path. Type the windows command path to display your path. This should help you track down where you installed perl! You can then make the file association as described previously.

    inman

Re: Associate .pl files in Windows for ActiveState
by Brutha (Friar) on Feb 05, 2004 at 13:16 UTC
    If it is ActiveState, it installs C:/Perl/html/index.html as the default documentation index. Search on the left site for ActivePerl FAQ, there for Windows Specifics and there entry Windows 9X/NT/2000. This contains all you need to know with step-by-step advice.

    And it came to pass that in time the Great God Om spake unto Brutha, the Chosen One: "Psst!"
    (Terry Pratchett, Small Gods)