|
|
| XP is just a number | |
| PerlMonks |
Re: Variable Loadby thmsdrew (Scribe) |
| on Nov 15, 2012 at 13:14 UTC ( #1004008=note: print w/ replies, xml ) | Need Help?? |
|
If you're executing this command within Perl--which I assume you are, and already have that working--then two for loops would suffice. One of them counting up.
The other counting down.
Also, if the bandwidth isn't increasing by 1 each time, which my code assumes, use a $count variable and increment it each time in the for loop to get the desired bandwidth intervals.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||