Win32
NAME
File::Which::Win32 - Win32 which implementation
SYNOPSIS
use File::Which::Win32;
my $o = File::Which::Win32.new;
say $o.which('raku');
DESCRIPTION
Implements the which method under win32-based platforms
METHODS
which
Returns the full executable path string
AUTHOR
Ahmad M. Zawawi <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2016 Ahmad M. Zawawi
This library is free software; you can redistribute it and/or modify it under the MIT License