Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > b33fd067b33ab55271d680be88c6ccae > files > 49

claws-mail-3.7.5-1mdv2010.1.x86_64.rpm

#!/usr/bin/perl
my $browser   = 'mozilla';
my $google_id = 'http://groups.google.com/groups?as_umsgid';
$_ = <>;
chomp;
s/<|>//eg;
system("$browser '$google_id=$_' &");