]>
git.rmz.io Git - dotfiles.git/blob - bin/work/parse_cwsysinfo.pl
  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);