Search Results

9
votes
2answers
540 views

EWOULDBLOCK equivalent errno under Windows Perl

G'day Stackoverflowers, I'm the author of Perl's autodie pragma, which changes Perl's built-ins to throw exceptions on fa …
7
votes

Is there is a way to change a Windows folder icon using a Perl script?

You sure can do it with Perl. Windows controls directory icons by use of a hidden systemDekstop.ini file in each folder. The contents looks something like this: [.Sh …