e14c490b08a7f6d2d553c21f8d5cf2f6f3f9da2f
[mirrors/Programs.git] / 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.371923 seconds and 3 git commands to generate.