in reply to First JAPH - Spell perl in two hundred and eighty five thousand and seventy four easy steps

Corollary 1: $A="a";for(0..176858){$A++;}print"$A";
  • Comment on Re: First JAPH - Spell perl in two hundred and eighty five thousand and seventy four easy steps
  • Download Code

Replies are listed 'Best First'.
Re: Re: First JAPH - Spell perl in two hundred and eighty five thousand and seventy four easy steps
by blakem (Monsignor) on Jan 10, 2002 at 07:47 UTC
    Combining those I can convert 'japh' into 'perl' in a mere 108216 steps.....
    % perl -e '$\="japh";$\++for 0..108215;print' perl

    -Blake