in reply to Re: Perligata array indices
in thread Perligata array indices

Nope, I get:

use strict ; use warnings ; $_ = IO::Handle::getline (*STDIN ); @_ = split ( " ", $_); my (@ap ) = split ( " ", $_); my $i = 0; my $m = Lingua::Romana::Perligata::__lastelem__ ( @_); for $_ (Lingua::Romana::Perligata::__enlist__ ( 0, $m)) {print (STDOUT + $_, " "); print (STDOUT $_, " ")} ; print (STDOUT "\n"); my (@b ); my $v ; for $v (Lingua::Romana::Perligata::__enlist__ ( 0, $m)) {print (STDOUT + $v, " "); print (STDOUT $v, " "); $v = $v} ; print (STDOUT "\n"); for $_ (@_) {print (STDOUT $_, " ")} ; print (STDOUT "\n"); for $_ (@b) {print (STDOUT $_)}

Note that I'm running perl 5, version 20, subversion 2 (v5.20.2) built for MSWin32-x64-multi-thread and use Lingua::Romana::Perligata 9999999999999 tells me this is only version 0.50.

$_="msh210";$"=$\;@_=@{[split//,uc]}[2,0];$_="@_$\1";$\=$/;++$_[0]for$...1;print lc substr crypt($_,"@_"),1,6

Replies are listed 'Best First'.
Re^3: Perligata array indices
by TheDamian (Vicar) on Jul 05, 2016 at 21:24 UTC
    Hmmmm. Might be time for another release.

    Could you email me privately, and I'll send you an alpha that you can try out before I upload it to CPAN?

      I went ahead and uploaded Perligata v0.6 to CPAN.
      I'm reasonably confident it will solve your problem.
      Please let me know if it doesn't.

      Damian

        I'm reasonably confident it will solve your problem. Please let me know if it doesn't.

        It does indeed! Many thanks!

        And sorry for not replying to your previous post here; I saw it only now.

        $_="msh210";$"=$\;@_=@{[split//,uc]}[2,0];$_="@_$\1";$\=$/;++$_[0]for$...1;print lc substr crypt($_,"@_"),1,6