Re: How do i open excel files under linux

2006-08-28 Thread Sastry
Use Open Office On 8/29/06, Toddy Prawiraharjo [EMAIL PROTECTED] wrote: Is it possible to open excel files under linux? I read about libwin32, and it seems it doesn't work under linux. Is this true? Thank in advance Toddy

Major Applications of Perl

2006-07-31 Thread Sastry
and efficient. I am curious to know if any major applications are using perl. I found that awsat is such application using perl. Are there any other major applications using Perl and exploiting the features of Perl? Thanks in advance regards Ravi Sastry

httpd.conf problem restarting with additional directives

2006-07-28 Thread Sastry
Hi I am using IBM Http Server(IHS) and adding a Directive for awstat application to the httpd.conf. Here is the snippet of the added Directives # # Directives to allow use of AWStats as a CGI # Alias /awstatsclasses /u/servers/awstats-6.5/wwwroot/classes/ Alias /awstatscss

Syntax error using bitwise

2005-11-15 Thread Sastry
)If so why is the language construct so different compared to any structured language like C? regards Sastry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Use of find2perl utility

2005-09-06 Thread Sastry
Hi The perl document says that with the use of find2perl, the resulting code is typically faster than running find itself 1) Can you tell me how it is? 2) Does it provide all the functionalities that normal 'find' utility provided in bash/korne shell? Thanks in advance Ravi Sastry

Re: Encoding iso-8859-16

2005-08-19 Thread Sastry
is not properly set. Please throw any thoughts you have! -Sastry On 8/9/05, Sastry [EMAIL PROTECTED] wrote: Hi Nicholas Clark I agree that it is supposed to print the numerical equivalent 97. I attempted to see if there is any bug in the encode module. Surprisingly, I noticed that there are two .c files

Re: Encoding iso-8859-16

2005-08-19 Thread Sastry
Hi The test case uses the invariant character that is below 127 on ISO-8859-16 codepage. Since character 'a' has a codepoint of 129 on EBCDIC, is there a place in the code where it should apply NATIVE_TO_ASCII macro on the input character? -Sastry On 8/19/05, Nicholas Clark [EMAIL PROTECTED

How does miniperl use enc2xs to generate different codepage tables?

2005-08-10 Thread Sastry
Hi a)Can somebody tell me how miniperl uses enc2xs to generate the codepage tables in ext/Encode/Byte/byte_t.c and ext/Encode/def_t.c? b)Are these tables different on ASCII and EBCDIC platform? -Sastry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Encoding iso-8859-16

2005-08-10 Thread Sastry
On 8/9/05, Nicholas Clark [EMAIL PROTECTED] wrote: On Tue, Aug 09, 2005 at 10:58:48AM +0530, Sastry wrote: Hi I get 73 printed on EBCDIC platform. I think it is supposed to print 129 as it is the numeric equivalent of 'a'. -Sastry On 8/8/05, Nicholas Clark [EMAIL PROTECTED

Re: Encoding iso-8859-16

2005-08-09 Thread Sastry
. They are different on EBCDIC platform and ASCII platform like Linux. I just replaced those files from linux onto EBCDIC which gave the expected result '97' Please let me know if those .c files should be the same on both the platform! -Sastry On 8/9/05, Nicholas Clark [EMAIL PROTECTED] wrote: On Tue, Aug

Re: Encoding iso-8859-16

2005-08-08 Thread Sastry
Hi I get 73 printed on EBCDIC platform. I think it is supposed to print 129 as it is the numeric equivalent of 'a'. -Sastry On 8/8/05, Nicholas Clark [EMAIL PROTECTED] wrote: On Thu, Aug 04, 2005 at 11:51:44AM +0530, Sastry wrote: Hi I am running the following script on EBCDIC

Encoding iso-8859-16

2005-08-04 Thread Sastry
is the expected output in enc_string? On Linux both String and enc_string are set to a Thanks in advance regards Sastry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Require info on encoding iso-8859-16 on EBCDIC platform

2005-07-13 Thread Sastry
-8859-16, $string); print \n String: $string\n; print \n enc_string: $enc_string\n; Thanks in advance Sastry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response