|
|
Up |
|
|
  |
Author: Erasmo PerezErasmo Perez
Date: Jul 11, 2008 22:24
Hi dear Perl list:
I would like to thank you for all the support I have received from you
in my last couple of questions.
But here is another question:
I would like to know how could I transform the following CSV file:
1,2,3,4,5,6
2,3,4,6,7,8,9
3,876,986,876,765
...
987,983,654,990,654
989,876,234,56,67
into the following CSV file:
|
| Show full article (1.07Kb) |
|
| |
8 Comments |
|
  |
Author: Oryann9Oryann9
Date: Jul 11, 2008 10:39
Are any of these calls deprecated or not recommended?
If so, what is recommended regardless of context.
sysopen INFILE, \"/dev/vpathXXX\", 0; \$i=0; sysseek(INFILE, 0, 0); while(sysread INFILE, \$buf, 1) {sysseek(INFILE,268435456,1);
thank you!
|
| |
|
| |
1 Comment |
|
  |
Author: RajnikantRajnikant
Date: Jul 11, 2008 06:40
Any thoughts on following code?
Hello all,
I want to catch SIGSEGV signal, do some processing and after that want to
call default SIGSEGV handler.
I was not getting how to call default SIGSEGV handler. Following code
snippet is the work around I'm using.
Let me know if anything wrong in this code or your thaughts on this.
|
| Show full article (2.87Kb) |
|
no comments
|
|
  |
Author: leolim818leolim818
Date: Jul 11, 2008 02:44
Hi All,
Can you please advice me how to get the Clients' windows logon user
name in perl?
Thanks & Regards,
Leo
|
| |
|
19 Comments |
|
  |
|
|
  |
Author: Manasi BopardikarManasi Bopardikar
Date: Jul 11, 2008 01:23
Hi,
Does anyone know how to handle ignore case(i) and single line(s) on a
regular expression.
Thanks and Regards,
Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd
(+91)(020)(30234497)|9767218759
manasi_bopardikar@ persistent.co.in
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
|
| |
|
5 Comments |
|
|
|
|