How do I match strings in shell-style using Perl?
        Posted  
        
            by isch
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by isch
        
        
        
        Published on 2010-06-03T08:39:06Z
        Indexed on 
            2010/06/10
            6:33 UTC
        
        
        Read the original article
        Hit count: 177
        
perl
How to match strings in shell-style in Perl? For instance:
foo*
{bar,baz}.smth
joe?
foobar[0-9]
        © Stack Overflow or respective owner