# in **Repository Path**: mirrors_gitpan/in ## Basic Information - **Project Name**: in - **Description**: Read-only release history for in - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME in - provides the in operator as a replacement for smartmatch VERSION version 0.0001 SYNOPSIS use in; my $found = 42 |in| [ 1 .. 100 ]; DESCRIPTION This modules imports the in operator. It can be used in three equivalent forms: $foo |in| $bar $foo /in/ $bar $foo <> $bar It does a simplified version of smartmatch. This module is just a thin wrapper around the match function from match::simple. See its documentation for more details. SEE ALSO * match::simple * Scalar::In AUTHOR Naveed Massjouni COPYRIGHT AND LICENSE This software is copyright (c) 2014 by Naveed Massjouni. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.