Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Recap: The Future of Perl 5

by shmem (Chancellor)
on Aug 24, 2018 at 15:02 UTC ( [id://1221034]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      (caller)[3] eq 'fib' or ($nth !~ m{^\d+\z}a or @_) and die $fib_die_
    +msg;
    
  2. or download this
    use strict; use warnings;
    use 5.20.0;
    ...
    }
    
    say fib @ARGV;
    
  3. or download this
    sub fib :prototype($) ($nth : Uint) {
      # check for 1 == @_ already done
      ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found