The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.


define a [new TVector]

$a append 1 2 3 4

echo [$a getSize]

$a push 3

echo [$a getSize]