Re: Hash array

2005-05-13 Thread Ovid
--- Mike Blezien <[EMAIL PROTECTED]> wrote: > > Arrays in scalar context return the number of elements in the > array. > > Try this: > > > > my $num_elements = @{ $hash->{$key }; > > > > thank you :) You can thank me after I post a *correct* code snippet :) my $num_elements = @{ $hash->{$

Re: Multiple Languages

2005-05-13 Thread Wiggins d'Anconia
Mike Blezien wrote: > Hello, > > are there Perl modules available to handle multiple language input like > from forms. we have a situtation where we may need to enter various > languages strings or characters and it's english counter-part version. > As there are many languages that use unique char

How to use mime types for excel?

2005-05-13 Thread Siegfried Heintze
I saw a very simple demonstration last night (at the Boulder Java users group) where Scott Davis showed a very simple java server pages program that transmitted HTML table data to a browser resident instance of Microsoft Excel. IE automatically looked at the mime types and invoked MS Excell to conv