pthread_pause now more robust with sleep restart, SA_RESTART and semaphores
[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.244246 seconds and 4 git commands to generate.