Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 9cb1982bc76c30241903a2bb28480922 > files > 30

perl-Filter-Simple-0.880.0-3.mga4.noarch.rpm

use DemoSwear;

# WARNING: THIS DEMO CONTAINS AND PRODUCES OFFENSIVE LANGUAGE...
















































































my $this = qr/a merde string/;
print #*@%-ing "that merde: $this\n";
print #*@%-ing <<EOS;
 that merde: $this
EOS
$_ = "crappy 123";
s /\d/a/g;
print $_, "\n";