Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Module for sets of strings, ordered, case-insensitive?

by tybalt89 (Monsignor)
on Dec 27, 2020 at 01:35 UTC ( [id://11125774]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
      my ($self, $item) = @_;
      @$self ? $self->[-1] =~ /^\Q$item\E\z/i : 0;
      }
    
  2. or download this
    1
    1
    ...
    
    1
    1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11125774]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-24 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found