Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > e6de30f072ceef796c0e3ad5ac051409 > files > 46

claws-mail-3.9.3-1.mga4.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=$_' &");