groups

Link to this snippet:


Download to Code Collector

language: Perl
licence: Other

Repeating string using the x operator

options: send to code collectorview all nepahwin's snippets
print '-' x 20, "\n";