Hi everyone, I am very new to Perl and having trouble doing the simplest things. I tried running the following lines and it gives me a blank file. Any ideas on what could be wrong? Thanks for your help.
#!/usr/bin/perl use strict; use warnings; use LWP::Simple; getstore('http://www.perlmeme.org', 'some_local_file'); exit 0;
In reply to LWP::Simple Empty File by idlemind
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |