RE

2007-10-17 Thread neelike
1 per 1 guest Start date Monday, March 12 2007 End date Tuesday, March 13 2007 My html page looks like as given above. And my RE to capture the dates are given below. Kindly suggest me the beat way to do that?

Re: RE

2007-10-17 Thread neelike
Hi, Comment me if there is any mistake of mine please? Even the @weekdays doen't yield all the days instead it yields the combination of three days... Thanks yar Boniface - #!/usr/bin/perl open DAT,") { #print $line,"\n"; my @weekdays = join '|', qw; my @mo

date addition-reg

2007-10-22 Thread neelike
HI I need to get the $to as 18-10-2007 But it throws as 18.can u give the suggestion to get the same format? Thanks #!/usr/perl/bin $from="15-10-2007"; $to=$from+"3"; print "$from,\n"; print "$to"; Regards, Boniface -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Date addition-reg

2007-10-23 Thread neelike
Hi Thaks for ur valuable info.. my code is my $total_nights="3"; $total_nights = "0".$total_nights if ((!($total_nights =~ /^0/)) && ($total_nights < 10)); my $start_date="2008-03-24"; my ($year,$mon,$day) = split/-/,$start_date; $day=($day+$total_nights);

setModuleName-purpose

2007-11-01 Thread neelike
Hi, my $moduleName = __PACKAGE__ ; #generally we can ues the above line for writing the package name out multiple times inside our package setModuleName($moduleName); #In that line we are assigning the module name to the setModuleName method.Let me know the purpose of this method and Where c

Regex

2007-11-13 Thread neelike
HI my conditions are //Code length rule (Min - 6 and Max-8) //leftmost character must be alpha character rule //first character of inward code must be numeric rule //second character of inward code must be alpha rule //third character of inward code must be alpha rule //space in position

Re: Regex

2007-11-13 Thread neelike
HI Rodrick Brown, Yes I realize that how my previous mail has made such a inconvenience to you and all the wisdoms of perl community .Really I regret for the inconvenience. On thinking of more grisp what I was comming to ask , my way of asking questions was differed. Thanks for ur