in reply to Re: =~ matches non-existent symbols
in thread =~ matches non-existent symbols

That considers acegt a valid input.

Replies are listed 'Best First'.
Re^3: =~ matches non-existent symbols
by graff (Chancellor) on Nov 20, 2014 at 05:25 UTC
    I saved my script as posted to "/tmp/j.pl", and ran it as follows:
    echo acegt | /tmp/j.pl
    The output was:
    - bad content: e
    Did you find some other way to run it that yields different results?
      Me bad. Comment deleted.