Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: glob an array?

by LanX (Saint)
on Feb 14, 2021 at 23:00 UTC ( [id://11128384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use warnings;
    use Data::Dump qw/pp dd/;
    ...
    
    Input: $S = "abcde" $P = "a*c?e"
    Output: 1
    
  2. or download this
    C:/Perl_524/bin\perl.exe -w d:/tmp/pm/weekly_challenge.pl 
    ok 1 - Example 1 $S = "abcde" ;$P = "a*e"
    ...
    ok 3 - Example 3 $S = "abcde" ;$P = "?b*d"
    ok 4 - Example 4 $S = "abcde" ;$P = "a*c?e"
    1..4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-23 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found