Search Results

Search: Posts Made By: sauravrout
1,305
Posted By sauravrout
Read/write perl file
Hi

I am trying to build a web form where it can take the input from the user and write it to a file. And when I will open that form again that for should read the file that was created at the 1st...
1,432
Posted By sauravrout
Time:Piece
Hi

I am trying to find out difference between two dates with Time:Piece. I am able to get the days difference, but I want the Days as wells as hours, mins and sec difference. Below is my code for...
1,876
Posted By sauravrout
Thanks bartus11. I will check with someone. I...
Thanks bartus11. I will check with someone. I don't think the file is present that we are looking for. i checked the paths where all the modules are there.
1,876
Posted By sauravrout
This is a development environment, which I am...
This is a development environment, which I am using.
1,876
Posted By sauravrout
in which directory I should search? As this is a...
in which directory I should search? As this is a banking environment there are lots of access restriction.
1,876
Posted By sauravrout
code1
code1
1,876
Posted By sauravrout
Perl ODBC error
my question
1,449
Posted By sauravrout
Do anybody have any idea how to do this ?
Do anybody have any idea how to do this ?
1,449
Posted By sauravrout
Perl title help
my codeothers
861
Posted By sauravrout
I did the below ...
I did the below

$data_dir="/u001/data/slatrk/data";
open(F1,"<$data_dir/dev2.daily.perl") || die "Cannot open file1:$!\n";
open(F2,"<$data_dir/comments.dat") || die "Cannot open...
861
Posted By sauravrout
Perl array
Hi. I have 2 arrays, @result and @comment.
Result contains
1
2
3

and comment contains
a
b
c

my code is below
my @multi = (@result, @comment);
foreach (@multi)
{
print array;
}...
1,558
Posted By sauravrout
If you can provide me the sample code it will be...
If you can provide me the sample code it will be great.
1,558
Posted By sauravrout
Perl: Writing table values to a file
I have a file like this,
1,a,saurav
2,b,rout

I want to show this file in a perl cgi page table and want to add a column which will contain a text box. There I will give some manual input, which...
1,880
Posted By sauravrout
So Can I interchange pass values between a perl...
So Can I interchange pass values between a perl program and shell program?
if yes how ?

Thanks
Saurav
1,880
Posted By sauravrout
My program is below year1=2011 month1=01 ...
My program is below

year1=2011
month1=01
day1=07
hour1=06
min1=05
sec1=16
year2=2013
month2=12
day2=12
hour2=09
min2=18
sec2=23

perl -MDate::Calc=Delta_DHMS -e '($Dd,$Dh,$Dm,$Ds) =...
1,880
Posted By sauravrout
Perl inside shell
I am trying to find out the difference between two dates, for which I am using perl inside SHELL. Below are my codes.

perl -MDate -e 'Date::Calc qw(Delta_DHMS);'

perl -e '($Dd,$Dh,$Dm,$Ds) =...
6,041
Posted By sauravrout
Can you explain me further, how to take the csv...
Can you explain me further, how to take the csv file to perl and make appropriate changes?
6,041
Posted By sauravrout
so, is there any way to get colored cell as I...
so, is there any way to get colored cell as I mentioned above ?

---------- Post updated at 06:05 AM ---------- Previous update was at 06:04 AM ----------

it will give me colored text in the...
6,041
Posted By sauravrout
Format CSV file from a shell script
I have a shell script which creates a CSV files. there are 3 fields, field1, field2 and comp. I will generates the values for field1 and field2 and Want to compare both. If field1>filed2 then comp...
Showing results 1 to 19 of 19

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