# Simple strip ShoutMix data # - jiinjoo 28/12/2011 # Do whatever you want with it. # Instructions http://wp.jiinjoo.com/?p=1061 while (defined($line = )) { chomp($line); #print "$line\n"; if ($line =~ /\
  • (.*)\<\/cite\>/) { print "$1\t"; } elsif ($line =~ /\(.*)\<\/q\>/) { print "$1\t"; } elsif ($line =~ /\
    (.*)\<\/dd\>/) { print "$1\t" } elsif ($line =~ /\
    /) { print "$1\n" } }