docs
[mirrors/Programs.git] / perl / lwp.pl
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use LWP::Simple;
5
6 #print get('http://localhost/');
7 getprint('http://localhost/');
8
This page took 0.239226 seconds and 4 git commands to generate.