say $line2 =~ /[$line1]/g; say $line1 =~ /[^$line2]/g, $line2 =~ /[^$line1]/g;
In reply to Re: Is there a way to compare strings without using an array?
by Anonymous Monk
in thread Is there a way to compare strings without using an array?
by Jeri
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |