#!/usr/bin/perl -- use strict; use warnings; use LWP::Simple qw/ $ua /; $ua->show_progress(1); $ua->get('http://example.com'); __END__ ** GET http://example.com ==> 200 OK (2s)
In reply to Re^2: Out of memory
by Anonymous Monk
in thread Out of memory
by wrkrbeee
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |