]>
git.rmz.io Git - dotfiles.git/blob - bin/parse_cwsysinfo.pl
d47aa28c081a7eb34f74fb4220710bd50dcf0fa1
13 open FILE
, "<:encoding(iso-8859-15)", $_ or die "Could not open '$_'";
17 $b = 1 if /^Programme/;
33 next if /Visual C\+\+/;
35 next if /Silverlight/;
40 next if /Internet Explorer/;
43 next if /MSN Site Access/;
44 next if /Address Book 7/;
45 next if /Web Platform Customizations/;
47 next if /Active Directory/;
48 next if /Themes Setup/;
58 print join("\n",@list);