On January 2, 2004 05:22 pm, Dan Muey wrote:
> Hello List,
>
> I've made a funtion to calculate the Fresnal zone for wireless connections.
>
> What I'd like to do is generate an image based on that. Something like the
> example at: http://ydi.com/calculation/fresnel-zone.php
>
> However the two con
On December 14, 2003 03:09 pm, John W. Krahn wrote:
> Fred Nastos wrote:
> > On December 14, 2003 01:21 pm, km wrote:
> > How about the old-fashioned way?
> >
> > for ($i=1; $i<=10) {
> > print $i, "\n";
> > $i = $i + 3;
On December 14, 2003 01:21 pm, km wrote:
>
> but if i need to set a hop for each number how do i get it ? something like
> stride functionality so that it will print 1,4,7,10 something like
>
> for(1..10 ,jump 3)
> {
> print;
> }
How about the old-fashioned way?
for ($i=1; $i<=10) {
prin
On December 5, 2003 12:53 pm, [EMAIL PROTECTED] wrote:
> Help. I'm a frustrated newbie who wants to use Perl to make my life easier.
>
> The following simple task is only one small part of a program I'm trying to
> put together to automate some things I currently do manually.
>
> I have a file whos