Help for this page

Select Code to Download


  1. or download this
    Win8 Strawberry 5.8.9.5 (32)  Thu 09/21/2023 16:18:12
    C:\@Work\Perl\monks
    ...
    my @l = ('abc', 'cd', 'e', 'fg', 'hi', 'hello world');
    print length pack '(A*)*', @l;"
    21