This is stupid. I've got a module, and I'm calling its functions, passing values to it. I'm doing something like
my ($val1, $val2, $val3, $val4 ) = (1, 2, 3, 4);
$obj->func( $val1, $val2, $val3, $val4 );
However, sometimes it decides to throw some random reference in there.... so my ..._ will look like
(Module=HASH(0x848f3), 1, 2, 3, 4)
Why is it just randomly throwing in a reference to a hash in there? It wouldn't be so horrible if it would throw it at the front every time, but when I call the subs from other subs inside the same module, that extra junk doesn't get passed.


Recent comments
1 day 6 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 17 min ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago