I try to translate words from english to dutch, using a website (van dale). I use LWP:simple to fetch the url. This works fine.Can anyone tell me which next steps to make?
#!/usr/bin/perl -w use strict; use LWP::Simple; my $html = get "http://www.vandale.nl/opzoeken?pattern=Fetch&lang=en"; die "Couldn't get it!" unless defined $html; print $html;
In reply to lwp::simple question by cztmonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |