Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Perl6 Contest #2: P6 That Doesn't Look Like P5

by tall_man (Parson)
on Jun 08, 2005 at 00:16 UTC ( [id://464502]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/pugs
    
    ...
    say "x = *$x* lst = *",~@lst,"*";
    #is($x, 'qqq', '... default named parameter with $CALLER_ and a list',
    + :todo<bug>);
    #is(~@lst, 'a b c', '... list after default named parameter with $CALL
    +ER_', :todo<bug>);
    
  2. or download this
    x = *a* lst = *b c*
    
  3. or download this
    x = *qqq* lst = *a b c*
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-29 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found