Current location: Hot Scripts Forums » Programming Languages » Perl » Calculation Problem


Calculation Problem

Reply
  #1 (permalink)  
Old 10-05-05, 12:24 PM
progress progress is offline
Newbie Coder
 
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Calculation Problem

I have two dates in this format in a delimited text file like:

Arrival date: 05/JUN/2005
Departure date: 06/JUN/2005

In my code, I am doing the following but it seems to be ignoring the "eq" statement to compare the dates? Can someone tell me what I am doing wrong?

Code:
if ($Departure_Date eq $Arrival_Date){
$rTotal=$Arrival_Time-$Departure_Time ;}
else{ $GMTTotal=2400 + $Departure_Time ;}

if ($rTotal){
$rTotal=$rTotal * .01 ;}

if ($GMTTotal){
$GMTTotal=$GMTTotal / 100 ;}

if ($rTotal){
print "<td>R: $rTotal</td>\n";}
else{
print "<td>G: $GMTTotal</td>\n";}
Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 10-11-05, 12:56 PM
ser ser is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Arrival date: 05/JUN/2005
Departure date: 06/JUN/2005
Thouse dates are different that is why `eq` return false.
Reply With Quote
  #3 (permalink)  
Old 10-11-05, 02:47 PM
progress progress is offline
Newbie Coder
 
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks

Yikes! You are right, thanks for your help!!!!!!!!!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Caching Problem w/ Dynamic Pages Monarch JavaScript 0 08-09-05 08:32 AM
Looping problem mcrob PHP 2 04-13-05 10:21 AM
Count problem kasic ASP.NET 1 10-20-04 12:23 AM
Asp and Microsoft Access 2002 problem gop373 ASP 2 10-06-04 09:13 AM
Problem With Form Calculation franzi ASP 3 03-26-04 04:10 AM


All times are GMT -5. The time now is 04:07 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.