Content deleted Content added
Shortened a table cell that was way too long for such a narrow column in IE and Firefox, and too detailed for a chart. Not sure if effect of modifiers should be mentioned, but I didn't. |
Fixed last example |
||
Line 282:
$string1 = "Hello World\n";
if ($string1 =~ m/[^abc]/) {
print "$string1
print "a, b, and c\n";
}
|