Averaging multiple averages is supercool, but i've just realized drawback of my avera...
[mirrors/Programs.git] / perl / lwp.pl
CommitLineData
21c4e167
H
1#!/usr/bin/env perl
2use strict;
3use warnings;
4use LWP::Simple;
5
6#print get('http://localhost/');
7getprint('http://localhost/');
8
This page took 0.118466 seconds and 4 git commands to generate.