Help for this page

Select Code to Download


  1. or download this
    $Start = substr(++($Start="z$Start"),1);
    
  2. or download this
    #!/usr/bin/perl -w
    #-*-perl-*-
    ...
      # below is where the magic happens
      $Start = substr(++($Start="z$Start"),1);
    }