in reply to Re^7: Converting python list range expressions to perl
in thread Converting python list range expressions to perl

Personally I prefer offset/length-type expressions, as in substr(), to begin/end expressions of Perl slices and Python ranges, especially when it comes to the way negative values work. I'm sure it's just a matter of familiarity, though.
  • Comment on Re^8: Converting python list range expressions to perl