Search Results

Search: Posts Made By: abhisharma23
2,215
Posted By abhisharma23
I agree with you.. But this is the perl's own...
I agree with you.. But this is the perl's own script residing in its own libraries so I can't modify it. And also this script already has 1; at the end of it. Pls see below code snippet of this...
2,215
Posted By abhisharma23
Perl : Error in calling script
I am getting a strange error with perl's inbuilt script flush.pl. I am callling this script in my other script but it kept throwing error:
flush.pl did not return a true value at ./abc.pl line 1
...
1,197
Posted By abhisharma23
Let me clarify the issue that I am facing.. ...
Let me clarify the issue that I am facing..

There is a table
create table MyTable
(
S_No int,
date datetime
)

The data in it is as :

select * from MyTable

1 14/03/2010 00:00:00.000...
1,197
Posted By abhisharma23
Problem with date in perl!!
Hi All,
I am facing an issue with perl..
I have a perl script that executes the stored procedure and puts the data in a file. In stord proc we have one date column also. In table from which it is...
3,100
Posted By abhisharma23
Yeah.. it worked now.. I tried below...
Yeah.. it worked now..

I tried below command:
system(`sed '1d;2d;\$d' File.txt > NewFile.txt`);

Thanks everybody
3,100
Posted By abhisharma23
Thanks for the reply!! You are right!! but can...
Thanks for the reply!!
You are right!! but can anybody please let me know how to use this command in a perl file? If i am copying this command directly in perl file, it is not running and throwing...
3,100
Posted By abhisharma23
Problem with sed in perl!!
Hi,
I am facing an issue with sed in perl. I have a file which has 2 header lines and one trailer line. I need to process the file without these headers and trailer. My file looks like :...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy