Tags: perl5 Ähnliche Threads
1 2 3 4 5
#!/usr/bin/perl use warnings; $_ = 'abc123xyz'; $a = s/abc/def/r;