Unix

NAME

File::Which::Unix - Linux/Unix which implementation

SYNOPSIS

use File::Which::Unix;
  my $o = File::Which::Unix.new;
  say $o.which('raku');

DESCRIPTION

Implements the which method under UNIX-based platforms

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

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.