Added some small boring scripts and programs writen in few last years
[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.237449 seconds and 5 git commands to generate.