Re: Re: how to use jks encrypt in perl webservice

2011-08-08 Thread 王璟
yes,i use SOAP::Lite,but i need jks encrypt and i cannt find the example in google 2011-08-08 王璟 发件人: Feng He 发送时间: 2011-08-08 18:23:42 收件人: 王璟 抄送: beginners 主题: Re: how to use jks encrypt in perl webservice Have you tried SOAP::Lite? 2011/8/8 王璟 : > My service is published by J2EE

Re: Search and replace w/ ignoring arbitrary characters

2011-08-08 Thread John W. Krahn
Frank Müller wrote: dear all, Hello, i want to make some search and replace within a string where I can define a set of characters, especially parenthesis, brackets etc., which are to be ignored. For example, I have the following string: sdjfh sdf sjkdfh sdkjfh sdjkf f[o]o(bar) hsdkjfh sdkl

Re: Passing a shell command

2011-08-08 Thread Jim Gibson
On 8/8/11 Mon Aug 8, 2011 9:30 AM, "addie" scribbled: > I am trying to query a MySQL database through a perl script but in a > way that emulates a command line call like: > > echo "select species,access,utr3 from pg,plant where geneID = 12 > and length(utr3) < 300 and pg.plantID = plant.plantI

Passing a shell command

2011-08-08 Thread addie
I am trying to query a MySQL database through a perl script but in a way that emulates a command line call like: echo "select species,access,utr3 from pg,plant where geneID = 12 and length(utr3) < 300 and pg.plantID = plant.plantID\n" | mysql - uUser -pPass Database_Name. #I know that this

Search and replace w/ ignoring arbitrary characters

2011-08-08 Thread Frank Müller
dear all, i want to make some search and replace within a string where I can define a set of characters, especially parenthesis, brackets etc., which are to be ignored. For example, I have the following string: sdjfh sdf sjkdfh sdkjfh sdjkf f[o]o(bar) hsdkjfh sdkljfhs sjfh sdkj sdjkfh sdjfh ska

Sonic MQ Client

2011-08-08 Thread Kelath, Ram
I'm on a project that requires sending requests to a Sonic MQ messaging system. Sonic MQ has client software for Java/.NET/C++ but, unfortunately, not Perl. Does anybody have any experience with writing a Perl interface to this system? There's a CPAN module called MQSeries-1.32 but I doubt if

Re: Sorting an extremely LARGE file

2011-08-08 Thread shawn wilson
On Mon, Aug 8, 2011 at 10:10, Paul Johnson wrote: > On Mon, Aug 08, 2011 at 09:25:48AM -0400, shawn wilson wrote: >> On Aug 8, 2011 12:11 AM, "Ramprasad Prasad" wrote: >> > >> > Using the system linux sort ... Does not help. >> > On my dual quad core machine , (8 gb ram) sort -n file takes 10 >>

Re: Sorting an extremely LARGE file

2011-08-08 Thread Shawn H Corey
On 11-08-08 10:23 AM, Shlomi Fish wrote: I suggest splitting the files into bins. Each bin will contain the records with the batch numbers in a certain range (say 0-999,999 ; 1,000,000-1,999,999, etc.). You should select the bins so the numbers are spread more or less evenly. Then you sort each b

Re: Sorting an extremely LARGE file

2011-08-08 Thread Shlomi Fish
Hi Ramprasad, On Sun, 7 Aug 2011 20:58:14 +0530 Ramprasad Prasad wrote: > I have a file that contains records of customer interaction > The first column of the file is the batch number(INT) , and other columns > are date time , close time etc etc > > I have to sort the entire file in order of t

Re: including Matlab .m file in perl program

2011-08-08 Thread Shlomi Fish
Hi VinoRex, On Mon, 8 Aug 2011 16:04:21 +0530 "VinoRex.E" wrote: > Hi Everyone > i created a matlab program with extension .m file. i want to know the > methods to employ these matlab program in the perl code. So that complex > mathematical calculations can be done in ease. Thank you You migh

Re: Sorting an extremely LARGE file

2011-08-08 Thread Paul Johnson
On Mon, Aug 08, 2011 at 09:25:48AM -0400, shawn wilson wrote: > On Aug 8, 2011 12:11 AM, "Ramprasad Prasad" wrote: > > > > Using the system linux sort ... Does not help. > > On my dual quad core machine , (8 gb ram) sort -n file takes 10 > > minutes and in the end produces no output. > > I had a

Re: Sorting an extremely LARGE file

2011-08-08 Thread shawn wilson
On Aug 8, 2011 12:11 AM, "Ramprasad Prasad" wrote: > > Using the system linux sort ... Does not help. > On my dual quad core machine , (8 gb ram) sort -n file takes 10 > minutes and in the end produces no output. > I had a smaller file and 32g to play with on a dual quad core (dl320). Sort just c

Re: Sorting an extremely LARGE file

2011-08-08 Thread Paul Johnson
On Mon, Aug 08, 2011 at 10:40:12AM +0530, Ramprasad Prasad wrote: > Using the system linux sort ... Does not help. > On my dual quad core machine , (8 gb ram) sort -n file takes 10 > minutes and in the end produces no output. Did you set any other options? At a minimum you should set -T to tell

including Matlab .m file in perl program

2011-08-08 Thread VinoRex.E
Hi Everyone i created a matlab program with extension .m file. i want to know the methods to employ these matlab program in the perl code. So that complex mathematical calculations can be done in ease. Thank you

Re: how to use jks encrypt in perl webservice

2011-08-08 Thread Feng He
Have you tried SOAP::Lite? 2011/8/8 王璟 : > My service is published by J2EE , it's use SOAP and RSA jks encrypt > (serverStore.jks  and clientStore.jks). > > I need to use PERL to invoke the webservice . > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: