Perl
Jump to navigation
Jump to search
Tutorials
Duplikate suchen
homaar@mail:~$ echo tttttttttttttttttest | perl -pe 's/(..)(?=.*?\1)//g' tttest
Command-Switches
#!/usr/bin/perl -w #prints warnings about dubious constructs...