In this post, we are going to write a simple Perl script to print leap years between two given years. So basically we have to
Category: Perl
This is a basic Web-based Perl Script that helps school and college students to improve their knowledge in Perl Scripting. If you don’t know what
Hello Perl language learners, school/college students here is another interesting program that will help you to understand the basic concepts of Perl CGI Web scripting such as
Let’s write a simple Perl program to find leap year, very useful for beginners and school / college students, Formula for finding a Leap year
In this tutorial we are going to see how to write a Perl program to check the entered string is Palindrome or not. What you
This is another interesting Perl script which accepts a word or a sentence, basically a string and returns the number of vowels present in the
In this post, you are going to see how to write a Perl CGI script to find the Entered number is Armstrong or not. The