Recent content by b_clodius

  1. B

    Help with Perl Regex?

    I am just learning perl and doing some practicing and exploring. I am trying to write a regular expression that will print only values that start with a 'b' have an 'a' in the middle anywhere and end in an 'n'. Currently the regex works except for some reason it will also print out the word...
  2. B

    Help with Perl Regex?

    I am just learning perl and doing some practicing and exploring. I am trying to write a regular expression that will print only values that start with a 'b' have an 'a' in the middle anywhere and end in an 'n'. Currently the regex works except for some reason it will also print out the word...
Back
Top