Perl, strings, floats, unit testing and regexps!
- by Chris R
OK, as a preface this question potentially is 'stupider' than my normal level of question - however this problem has been annoying me for the last few days so I'll ask it anyway. I'll give a mock example of what my problem is so I can hope to generalize it to my current problem.
#!/usr/bin/perl -w use strict;
use Test::More 'no_plan';
my…