Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: To use a module...or not.

by diotalevi (Canon)
on Jul 27, 2004 at 14:12 UTC ( [id://377741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    REM { Sorting by three values for Lotus Domino (in a single view colum
    +n). }
    MaxLength := 255;
    
    ...
            @Length( key ) > 255;
            @Left( key; MaxLength );
            key + @Repeat( @Char( 0 ); MaxLength - @Length( key ) ) )
    
  2. or download this
    # Sorting a three level hash in perl
    my $a_len = max( map length(),
                     keys %h );
    ...
                       keys %{ $h{ $a }{ $b } } )
                  } keys %{ $h{ $a } } )
              } keys %h );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found