Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Is it a bug in perl6 ?

by davido (Cardinal)
on Aug 01, 2011 at 23:52 UTC ( [id://917940]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use strict;
    ...
    cmp_ok( 3.9 <=> 3.9, '==', 0, "3.9 <=> 3.9 == 0" );
    cmp_ok( 4 <=> 4, '==', 0, "4 <=> 4 == 0" );
    
  2. or download this
    # Running tests: 
    1..14
    ...
    ok 12 - 4 <=> 3.9 == 1
    ok 13 - 3.9 <=> 3.9 == 0
    ok 14 - 4 <=> 4 == 0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found