Tom Christiansen wrote:
> 
> >sub mapf(&;\@\@\@\@\@\@\@\@\@) {
> 
> Steal from lisp:
> 
>     map
>     maap
>     maaap
>     mapp
>     mappp
>     maappp
>     ...

Should be feasible with an AUTOLOAD that takes a certain kind of regular
expression...

sub AUTOLOAD /^ma+p+$/ {
}

Some for the 'car' and 'cdr' variants, of course...

Hildo

Reply via email to