Добрый день,
> Name "main::b" used only once: possible typo at test.pl line 11.
> Name "main::a" used only once: possible typo at test.pl line 11.
>
> при попытке вызвать
>
> mysort { $a <=> $b } 1, 2, 3;
+ ${caller().'::a'} = ${caller().'::a'};
+ ${caller().'::b'} = ${caller().'::b'};
Best regards,
Sergey Aleynikov