thanks gh, i'll bear that in mind for future ref..
as for the prob i got it working, all it needed was ;
my $content = get $url; changing to my $content = get($url);
doh!
aXML now has a new plugin called <geturl> :) :)
my $module = 'LWP::Simple'; my $return_val = $module->use; if ($return_val) { $result = get($data); } else { $result = "<error>Couldn't retrieve url</error>"; }
In reply to Re^2: Universal Require
by simonodell1
in thread Universal Require
by simonodell1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |