ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Sample PERL program - English

3902 visits



Outline:

Sample Perl program We have included all the major topics we covered so far in this sample program. This program will give the output of various weather forecast reports of a region. 1. Weather.pm is a module that has a complex data structure to hold the data required for this program. 2. weather_report.pl is the Perl program which makes use of this module file to give the required output.