All sorts of reasons why this would be a horrific thing to use seriously, obviously. Amuses me though. :)#!/usr/bin/perl -w #uses the web to retrieve Email::Valid, and does an example call use strict; use LWP::Simple; scalar eval get('http://hostname.com/Email-Valid.pm'); print +(Email::Valid->address( -address => shift, -mxcheck => 1 ) ? "yes\n" : "no\n");
andy.
In reply to Loading a module over the network by andye
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |