|
|
|
|
|
by elrzn
4594 days ago
|
|
It's a pity they're not standard in many other languages. I'm not a fan of having to type first/rest or playing around with syntax soup and I really miss caddadadaddaaaaaring around. sub car { $_[0] } sub cdr { shift; @_ } # every utils module ever |
|
For eg:
then... Some refs: https://metacpan.org/pod/perl5i | https://metacpan.org/pod/autobox::Core