Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > b77196e87713e0e7ae2046a5faf3a101 > files > 28

claws-mail-3.7.9-2.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=$_' &");