in reply to Re: [OT] Python to Perl.
in thread [OT] Python to Perl.
Actually yes. (Or whatever differences tehre are do not matter to the code I am converting as it now works.)
It was another part of the code that was at fault; a range( 1 .. k ) that I had converted to 1 .. $k instead of 1..$k-1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT] Python to Perl.
by davido (Cardinal) on Jun 15, 2018 at 17:02 UTC | |
by BrowserUk (Patriarch) on Jun 15, 2018 at 18:47 UTC | |
by AnomalousMonk (Archbishop) on Jun 15, 2018 at 18:01 UTC | |
by LanX (Saint) on Jun 16, 2018 at 23:15 UTC |