in reply to Re^2: Applying an array to a function
in thread Applying an array to a function
Perl can be a really concise language. It astonish me time after time. I am really looking forward to perl6. (In haskell it is an infinite list, how is this in perl6?)repeat a = [a,a..]
|
|---|