Help for this page
if ($_ =~ m/\>/) { # ... ... elsif ($_ !~ m/\>/) { # ... }
if (/>/) { # ... ... else { # ... }