[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

good perl list?




Anyone know a good perl mailling list?  The docs are pretty good and I've
got most of my Orielly Perl library with me, but I'm having one really
anoying issue.

Unless of course someone here knows how to create a sub with a hash and
scalar as arguments:

$return = &sub_command(%hash, $scalar);

that and why:

foreach my $keys (sort keys %hash) {
  print "$hash{$keys}";
}

generates a bogus result.  Basically I have 3 values for $keys: 0, 1 , 2.

But I get: '1', '2', '3', ' '.

I have a work around, but it requires a 'goto'. :-(

Maybe I should stop coding until 2am.


--
Aaron Turner, Core Developer       http://vodka.linuxkb.org/~aturner/
Linux Knowledge Base Organization  http://linuxkb.org/
Because world domination requires quality open documentation.