in reply to Perl Scripts Not Executing
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.