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
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
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
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);
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
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
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?