- or download this
if (x = y) {
print x;
}
- or download this
if (x = y) { print x; }
- or download this
if (x = y)
{ print x; }
- or download this
if ($Age < 13) && ($Age > 0))
{
...
mature enough for PG-13 materials, we’re glad to see
you $firstName.";
}
- or download this
if (($Age < 13) && ($Age > 0)) {
print "content";
} elsif (($Age < 18) && ($Age > 12)) {
print "content";
}
- or download this
if (($Age < 13) && ($Age > 0)) {
print "content";
...
elsif (($Age < 18) && ($Age > 12)) {
print "content";
}