Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Why should any one use/learn Perl 6?

by liz (Monsignor)
on Jun 14, 2018 at 08:20 UTC ( [id://1216615]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for @foo -> \element { say element }
    
  2. or download this
    my %hash;
    my \foo = %hash<FOO>;
    dd %h;      # Hash %h = {}
    foo = 42;
    dd %h;      # Hash %h = {:FOO(42)}
    
  3. or download this
    $ perl6 -e 'say BAR'
    ===SORRY!=== Error while compiling -e
    Undeclared name:
        BAR used at line 1
    
  4. or download this
    use DBI:from<Perl5>;
    use DBD::mysql:from<Perl5>;
    my $dbh = DBI.connect(...);   # call DBI->connect(...) under the hood
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (9)
As of 2024-03-28 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found