Searched refs:is_os_type (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm12 our %EXPORT_TAGS = ( all => [qw( os_type is_os_type )] );
81 sub is_os_type { subroutine
135 =head2 is_os_type()
137 $is_windows = is_os_type('Windows');
138 $is_unix = is_os_type('Unix', 'dragonfly');

Completed in 109 milliseconds