Search Results

Search: Posts Made By: eldonlck
Forum: Programming 05-29-2012
1,365
Posted By eldonlck
PL/SQL Determine if the coordinates of a point is within four points
Dear all,

Given that the coordinates of 4 points such as c1(x1,y1), c2(x2,y2), c3(x3,y3), c4(x4,y4).

Does any body know how to use plain sql / plsql to determine coordinates of a point e.g....
1,453
Posted By eldonlck
since the excel has a lot of formulas, can perl...
since the excel has a lot of formulas, can perl keep all formulas intact? if so, which perl package can do so?
1,453
Posted By eldonlck
perl problem in processing excel file
Dear all,

I got a perl script to write some data into an excel file using Spreadsheet::ParseExcel::SaveParser. After that I find all formulas in the excel file are gone.


Does any body...
1,770
Posted By eldonlck
formula missing in excel after using perl
Dear all,

I got a template excel file which contains several worksheets. Each worksheet contains some formulas in the cells.

I am using the perl script to read a CSV file and then put the data...
1,744
Posted By eldonlck
HI pravin27...
HI pravin27 (https://www.unix.com/members/302068616.html)

Since I am newbie in perl, I find that the code above includes
the package
use Spreadsheet::WriteExcel;
As far as I know, the package...
1,744
Posted By eldonlck
Hi balajesuri , Thank you for your reply, ...
Hi balajesuri , Thank you for your reply,

Actually my requirement is that I want to find a perl scripts which can read a CSV file
with the format
"xxxx","xxxx","xxxx","xxxxx"

and then...
1,744
Posted By eldonlck
what is purpose of (?: (?=\\.[^\"\\]*))* for...
what is purpose of (?: (?=\\.[^\"\\]*))* for the code above
1,744
Posted By eldonlck
Dear all, Does any body knows what the...
Dear all,

Does any body knows what the following pattern matching means ?
"([^\"\\]*(?:\\.[^\"\\]*)*)",?
| ([^,]+),?
| ,
1,744
Posted By eldonlck
perl function enquery
Dear all,

I find a perl script that contains the following codes. Does anybody know the meaning of codes highlight.

.....
@field = parse_csv($file);
chomp(@field);
........
...........
14,930
Posted By eldonlck
How to pass the password as input parameter to scp
Dear all

Does anybody know how to pass the password as input parameter to scp or rsync in unix scripts?

I have tried echo <password> | scp filename username@<ip address>:/filepath/ .
But it...
1,410
Posted By eldonlck
awk query
Dear all,

I find a shell script about awk command in the forum regarding
"Find and replace duplicate column values in a row"

In this thread, there is a command line as shown below to replace...
956
Posted By eldonlck
Can Any people explain this awk command
Dear all ,

Can any people explain this awk command?
What is the purpose of if (v[i,$i]++){b[$i]=$i;$i=""}?

awk -F, '{for (i=1;i<=NF;i++){if (v[i,$i]++){b[$i]=$i;$i=""}};print $0} END { print...
Showing results 1 to 12 of 12

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