Search Results

-1
votes

How do you open a browser to a URL using ActivePerl on Windows?

on windows: start on modern unixen (that is to say, those with xdg-utils installed): xdg-open …
0
votes

How to acquire user and group information in Perl on Windows?

Oddly enough, Interix's build of Perl that ships with Microsoft's Services for Unix does support getpw* and friends. …