Help for this page

Select Code to Download


  1. or download this
    pos($titles) = 0;
    
  2. or download this
    my $titles = 'abcde';
    
    ...
          print(substr($titles, pos($titles)-1, 1), "\n");
       }
    }
    
  3. or download this
    a
    b
    ...
    a
    b
    c