Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Wanted: Perl 6 Programmers

by sharkey (Scribe)
on Sep 06, 2002 at 05:37 UTC ( [id://195583]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    output_is(<<'CODE', <<'OUT', "string interpolation");
    sub main () {
    $z = 1; @a = (1..3); $z1 = @a; 
    ...
    CODE
    z=(1)  a=(1 2 3)  $z1=@a=(3)
    OUT
    
  2. or download this
    output_is(<<'CODE', <<'OUT', "concatenation chain");
    sub main() {
            @a = (2,4,8);
    ...
    2       4       8
    stop
    OUT
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-03-29 13:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found