Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    2mies
    1mies
    6mies
    
  2. or download this
    if ( -(/^1(.*)/../^0(.*)/) )
    
  3. or download this
    if ( (/^1(.*)/../^0(.*)/) )
    
  4. or download this
    if ( ( /^1(.*)/../^0(.*)/ ) =~ /(\d+)$/ ) {
      # $1 contains the sequence number of match