fork download
  1. $rex = qr/my.STRING/is;
  2. print $rex; # prints (?si-xm:my.STRING)
  3. s/$rex/foo/;
Success #stdin #stdout 0s 3564KB
stdin
Standard input is empty
stdout
(?^si:my.STRING)