Re: matrix searching

2006-04-05 Thread Williamawalters
hi amit --     the email i got was not entirely clear; i assume there was some corruption in transit.   i have cleaned it up below.   please see if it is what you originally intended.     In a message dated 4/5/2006 2:01:38 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > hello,>

malloc

2006-04-05 Thread Raful Mr Mitchell H
I assume from below that Active State Perl for Win32 is compiled to use ITHREADS... Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES  USE_SITECUSTOMIZE PERL_IMPLICIT_CONTEXT  PERL_IMPLICIT_SYS   I have heard that IMPLICIT_SYS is slow

Re: please help :(

2006-04-05 Thread Williamawalters
hi basil --     In a message dated 4/5/2006 3:25:34 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Another option if you want to cleanup the input and replace the "+" with a blank, > > $string = "G+Chdgf"; > print "string before =>$string<=="; > $sting = $string =~ s/\+/ /g;    

Re: please help :(

2006-04-05 Thread Williamawalters
hi amit --     In a message dated 4/5/2006 10:21:02 A.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Hi , > Just need a bit help..> How  do i  every of the + sign from my document.> its like my documnet has the words in the format as:>  > G+Chdgf {every line has only

CC Compilation error

2006-04-05 Thread Vinod K. Isaac
I was tryng to compile a perl file using CC. It compiles and creates an exe with following warnings. and when I run the exe file it gives error "The instruction at "0x00401555" referenced memory at "0x". The memory coult not be read   Any idea what I may be missing? any help will be

matrix searching

2006-04-05 Thread amit hetawal
hello, Can somebody help me with this:I have a matix as below: suggest transcription nuclear response role sequence Doc1 01 11 0 0 Doc2 10 0

Re: please help :(

2006-04-05 Thread amit hetawal
Hi , Just need a bit help.. How  do i  every of the + sign from my document. its like my documnet has the words in the format as:   G+Chdgf {every line has only word in it} HC4+ +djd hffd+hdd   how do i remove the + signs from these..? Can you help me out   On 4/5/06, [EMAIL PROTEC

Re: Multiple files upload

2006-04-05 Thread $Bill Luebkert
usaravanan wrote: > I have created the form which holds three file browse with upload button. Try mine (should work fine, but rename option may not work - currently turned off). Here's the form: File to upload: File to upload: File to upload: File to upload: And the script: #!perl -w

Re: please help :(

2006-04-05 Thread Williamawalters
hi amit --     In a message dated 4/5/2006 12:31:43 A.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Hi ,> I was just tryin the document and word matrix...but i dont know its alwasy> givin me an error as :>  > Quantifier follows nothing before HERE mark in regex>   m/+ << HERE /-/

Pre-Dating Files Inode Modification time - howto?

2006-04-05 Thread Arijit Das
There are three type of times usually associated with a file. 1) Last File modification time 2) Last File access time 3) Last Inode Modification time.   It seems like the first two times can be pre-dated by using the touch command.   ## pre-Dating to 31-Jan-2006 touch -c -t 01311200.00 core

Multiple files upload

2006-04-05 Thread usaravanan
I have created the form which holds three file browse with upload button. <> http://localhost/virtual/multi1.pl";> <; $ac = 0; $ar = 0; # This script has only been tested on IE6 and Firefox 1.0.7. If a problem # arises using another browser, it can p