in reply to Re: can't read URL from tab delim
in thread can't read URL from tab delim
Taking that tip further, you might want to get in the habit of using one of the data structure serialization modules (Data::Dumper, YAML::Syck) to print out values in debug messages. That way you don't have to go back and add more debugging scaffolding when you have to start tracking down what exactly ARRAY(0xdeadbeef) contains.
|
|---|