Perl: Difference between revisions
Jump to navigation
Jump to search
>Homaar No edit summary |
(No difference)
|
Latest revision as of 12:49, 24 September 2012
Tutorials
Duplikate suchen
homaar@mail:~$ echo tttttttttttttttttest | perl -pe 's/(..)(?=.*?\1)//g' tttest
Command-Switches
#!/usr/bin/perl -w #prints warnings about dubious constructs...