- or download this
#!/user/bin/perl -w
use strict;
...
} else {
print "Invalid input: Type a number or 'q' to quit\n";
}
- or download this
#!/user/bin/perl -w
use strict;
...
}
}
}
- or download this
if (...) {
...
...
} else {
...
}
- or download this
if (...) {
...
...
}
...
- or download this
if (X) {
...
...
} else {
...
}