On Friday, June 16, 2000, Chris Costello wrote: > while (defined($arguments[0])) { > system("ls -l " . $arguments[0]); > shift @arguments; > } Actually, just for style purposes: for (; defined($arguments[0]); shift @arguments) { # ... parse arguments ... } -- |Chris Costello <[EMAIL PROTECTED]> |This time it will surely run. `---------------------------------- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- GENERIC from today does not detect system console on ... Jordan K. Hubbard
- Re: GENERIC from today does not detect system co... Kenneth Wayne Culver
- Re: GENERIC from today does not detect system co... Marc van Woerkom
- Re: GENERIC from today does not detect syste... Jordan K. Hubbard
- Re: GENERIC from today does not detect s... Peter Wemm
- Re: GENERIC from today does not dete... Chris Costello
- Re: GENERIC from today does not... Peter Wemm
- Re: GENERIC from today does... Chris Costello
- Re: GENERIC from today ... Chris Costello
- Re: GENERIC from today does not... Mark Murray
- Re: GENERIC from today does not dete... Jordan K. Hubbard
- Re: GENERIC from today does not... Daniel C. Sobral
- Re: GENERIC from today does not... Peter Wemm
- Re: GENERIC from today does... Marc van Woerkom
- Re: GENERIC from today ... Marc van Woerkom
- Re: GENERIC from today ... NAKAJI Hiroyuki
- Re: GENERIC from today ... Jordan K. Hubbard
- Re: GENERIC from today does not... Matthew Dillon
- Re: GENERIC from today does... Donn Miller