Friday, March 17, 2023

Function signatures in Perl

I'm finally getting a chance to play with them and they seem great. Not the old prototypes, but brand new spiffy ones!
  sub some_function($a, $b) { 
  return $a + $b;
}
  
I think promises and futures are next on my Perl updating adventure

No comments:

Post a Comment