Filehandles are still too voodoo for me, I hoped something like this could fix that problem...
use constant STDERR => \*STDERR;
use constant STDOUT => \*STDOUT;
...
Your code is far more elegant than what I had written originally; I will be reading it carefully to add it to my understanding and I'm sure it will improve my Perl efforts going forward. Thank you....
Thank you for the feedback. I will do my best to internalize it and write better Perl going forward....
Just wanted to make sure I took the time to thank you for your help. You've given me plenty to chew on and improve my Perl with. Cheers!...
Bloody brilliant!
Thank you for all your help. This whole thread has given me a lot of good material to study to evolve my Perl abilities. After I've had time to digest it, I think I will try to ex...
Oh, yes. I also tried that module and had the same --url issue. I tried it with your solution, and it is working for me. You are gold! I have been stuck for this for 2 days, and now I'm getting it to ...