File: lwp.pl

package info (click to toggle)
libwww-curl-simple-perl 0.100191-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 685; makefile: 4
file content (5 lines) | stat: -rwxr-xr-x 84 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/perl

use LWP::Simple qw(get);

my $res = get('http://www.google.com/');