Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Example of in-line code and multi-line code blocks:
- Use `chomp()` to remove the trailing newline:
- ```
- chomp(my @input = <STDIN>);
- ```
- You can also add *emphasis* or **strong emphasis**
- Do ~~this~~ to strike-through
- To underline do __this__ while _this_ seems to be the same as *that*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement