http://www.perlmonks.org?node_id=972863


in reply to Re^3: Activating a screen saver problems
in thread Activating a screen saver problems

I understood what you meant by "screensaver directory",
I just don't understand why simply giving the entire path isn't good enough (why must be "in" the directory).
But experimenting did show it's necessary to do it your way.
Probably the '/s' part is wrongly interpreted as a directory deepening, do to the other / or \ in the path string.

I'm guessing #!/usr/bin/perl -w is like "use warnings", I'll read about it later ^^.

Thx again