The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

define area (in1) { # temos aki um comentario 
    * $in1 $in1
}


define c 22 
define b 22

define a [map area ($c $b)]

foreach b  $a {  #experiencia
    echo $b
}

echo $c
echo $b