Name: Anonymous 2009-08-11 3:13
/prog/ I need help.
I have two variables
I need a script to print a line whenever variable
What's the best way to go about it? Is there some neat Perl trick?
I have two variables
$first and $last. Both of these are numbers, for example 5 and 10.I need a script to print a line whenever variable
$line (also a number) is equal to any number in the range $first to $lastWhat's the best way to go about it? Is there some neat Perl trick?