Help for this page

Select Code to Download


  1. or download this
    $ perl -E '
        my ($x, $y, $c, $p) = qw{AxAAxAAAxAAAA AA 0 0};
    ...
        say $c;
    '
    4
    
  2. or download this
    $ perl -E '
        my ($x, $y, $c, $p) = qw{AxAAxAAAxAAAA AA 0 0};
    ...
        say $c;
    '
    6