We need more Linux users

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
Subject: We need more Linux users
Here's a quick fix. ;-)

#!/usr/bin/perl

use LWP::UserAgent;

my $ua = LWP::UserAgent->new();
my $url = "http://www.microsoft.com/";
my $request = HTTP::Request->new(HEAD => $url);

$ua->agent('Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031016');

while (TRUE) {
$ua->request($request);
}



Don Calfa said:
> Just an observation:
>
> On the websites I manage, Windows 95 users share 1.2% to 1.5% of the OS
> base where Linux has a .2% share.
>
> IE has anywhere from 90% to 94% with Netscape at avg 4%.
>
>
> Do we know what the real share percentage is?
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>