perl.beginners
  Home FAQ Contact Sign in
perl.beginners only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
perl.beginners Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  retaining first value, joining with the rest of the row values ?         


Author: Erasmo 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
  sysread, sysseek, sysopen         


Author: Oryann9
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
  RE: Signal Handlers         


Author: Rajnikant
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
  Get Clients Windows Logon ID         


Author: leolim818
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
  Handling ignore case and single line in pattern matchin         


Author: Manasi 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