#!/usr/bin/perl use strict; use warnings; for (8 .. 27) { print "present value of the number is: $_\n"; } [download]
In reply to Re: usage of "my" keyword by wee in thread usage of "my" keyword by ravi45722