fork(1) download
  1. #!/usr/bin/perl
  2. # your code goes here
  3. while(<>)
  4. {
  5. s/[\r\n]/ /g;
  6. $a.=$_
  7. };
  8. print "$1" while ($a =~ m|<>(.*?)</>|g)
Success #stdin #stdout 0s 6056KB
stdin
<>Оп</>
<>-</>
<>хуй</>
stdout
Оп-хуй