This blog has content related to Linux, Apache, MySQL, PHP, Perl, CSS, JavaScript and Free software/open source.
my $i = 6;may be replaced bymy $i = scalar(@test);
Oh yes ! Thank you for the correction/improvement.Ketan
my $i = 6;
ReplyDeletemay be replaced by
my $i = scalar(@test);
Oh yes ! Thank you for the correction/improvement.
ReplyDeleteKetan