Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Understanding the benefit of Given/When ...

by LanX (Saint)
on Mar 04, 2010 at 14:44 UTC ( [id://826710]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use feature "switch";
     
    ...
     
    # whats the point of implicit smartmatch if only scalars can be testet
    +??? smartmatchingan array is different
    print "\nBUT: def ~~ \@test!" if @test ~~ /def/;
    
  2. or download this
    === Given/When    
    GIVEN(abc):    abc    default    
    ...
    = GIVEN(\@test):
        whats tested is:    ARRAY(0x8a08a38)    default    
    BUT: def ~~ @test!
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://826710]
Approved by Corion
Front-paged by jrsimmon
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found