Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while( $string =~ /b/g ) {
        print $#-, "\n";
    }
    
  2. or download this
    This is perl, v5.8.6 built for MSWin32-x86-multi-thread
    (with 3 registered patches, see perl -V for more detail)
    ...
    this system using `man perl' or `perldoc perl'.  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.