Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl oddities

by Limbic~Region (Chancellor)
on Mar 02, 2005 at 19:22 UTC ( [id://435979]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Tie::Hash::Sorted;
    tie my %s_hash, 'Tie::Hash::Sorted';
    print tied( %sorted_data )->Count, "\n";
    
  2. or download this
    my $s_href = tie my %s_hash, 'Tie::Hash::Sorted';
    print "$_\n" for keys %s_hash;
    print $s_href->Count, "\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://435979]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-29 14:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found