Think about Loose Coupling | |
PerlMonks |
Re^4: REGEX omit dashes - simple but ...by wrkrbeee (Scribe) |
on Apr 04, 2016 at 17:17 UTC ( [id://1159517]=note: print w/replies, xml ) | Need Help?? |
Thanks guys, here's the revised statement, along with the result: if($line=~m/^\s*ACCESSION\s*NUMBER:\s*/m){$access_num=$1; $access_num =~ tr/-//d;} Result is the error message stating "Use of uninitialized value ...." ?? Thanks!!!
In Section
Seekers of Perl Wisdom
|
|