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

Re^3: What's wrong with Perl 6?

by szr (Scribe)
on Jun 26, 2007 at 16:15 UTC ( [id://623449]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    use strict;
    ...
    print '@slice == ['. join(', ', @slice). "]\n";
    print "\$multi == '$multi'\n" if defined $multi;
    print "\$multi == undef\n" if !defined $multi;
    
  2. or download this
    @slice == [1, 2, 12, 19, 26]
    $multi == undef
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found