RE: [Perl-unix-users] Regular Expression Question

2006-03-04 Thread Sandeep Deshpande
w+\))XX/gi) {    my ($value) = $1;    push @values, $value; }   Thanks & Regards, Sandeep Deshpande   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jason Vincent Sent: Friday, March 03, 2006 1:01 AM To: perl-unix-users@listserv.ActiveState.com

RE: [Perl-unix-users] SCCS in Linux

2005-12-26 Thread Sandeep Deshpande
system then all these scripts would invite change and hence I wanted to find SCCS or SCCS look-a-like on Linux (Just to avoid re-work). It seems CSSC would solve the purpose since it accepts same commands as SCCS. Thanks for the suggestion. Thanks & Regards, Sandeep Deshpande -Orig

[Perl-unix-users] SCCS in Linux

2005-12-26 Thread Sandeep Deshpande
Dear All, How can I install SCCS in Linux, is there any documentation available? I used to use SCCS on Unix but recently our management has decided to change it to Linux, Now the Linux box contains CVS and Not SCCS. I am happy with SCCS although it is an Old system and I don't want to go through t

RE: [Perl-unix-users] regex numerical matching w/comma seperated listsupport

2005-06-11 Thread Sandeep Deshpande
Your expression is expecting following patterns 1) 3 or more digits OR 2) digit/s comma digit/s First tow values fit is none of the above-mentioned criteria and hence those are failing. Thanks & Regards, Sandeep Deshpande -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: [Perl-unix-users] [Fwd: Breaking 1 file into many little ones]

2005-06-07 Thread Sandeep Deshpande
I haven't tested the code but I hope you have got the logic behind it.:) Thanks & Regards, Sandeep Deshpande -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Widman Sent: Tuesday, June 07, 2005 12:24 AM To: perl-unix-users@listser

[Perl-unix-users] V100/Blade2500 Vs Ultra10

2004-08-20 Thread Sandeep Deshpande
better option (Also I can afford them). Could anybody tell me if a specific Perl script takes 3 Hrs on Ultra10 , then how much time would the same script take on V100 or Blade2500? Thanks & Regards, Sandeep Deshpande ___ Perl-Unix-Users mailing

[Perl-unix-users] RTF to text

2004-08-02 Thread Sandeep Deshpande
cript. Do I need to write a program in Perl to convert RTF to text(which requires study/analysis of all the RTF tags) Or I can get any ready made module/program, written in Perl, which can save my time and efforts? Thanks & Regards, Sandeep