use syntax qw( loop ); loop { ... } #### while (1) { ... } #### mygrep BLOCK LIST #### grep BLOCK LIST
## while (1) { ... } ##
## mygrep BLOCK LIST ##
## grep BLOCK LIST