docs
[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.157774 seconds and 4 git commands to generate.