perl.j has asked for the wisdom of the Perl Monks concerning the following question:

Fellow Monks. When I got on my computer today, and tried running a Perl program, an "open with" screen came up. I tried running other programs but the same thing happens. This has never happened to me before. Please help me.
perl.j-----A Newbie To Perl

Replies are listed 'Best First'.
Re: Perl Scripts Not Executing
by moritz (Cardinal) on Aug 02, 2011 at 17:36 UTC
      But the problem I am having is with files that have a ".pl" ending.
      perl.j-----A Newbie To Perl

        But the problem I am having is with files that have a ".pl" ending.

        But that doesn't change anything

        C:\>help ftype C:\>help assoc
Re: Perl Scripts Not Executing
by locked_user sundialsvc4 (Abbot) on Aug 02, 2011 at 21:22 UTC

    Basically, any GUI, when you click on an icon and it determines that the icon corresponds to, say, “a file that ends with .pl,” the GUI has to somehow know how to get that program started, or that file opened, or what-have-you.   In other words, how to provide a reasonable response to “a mouse click on an icon.”   Every GUI has a different way of doing it.