in reply to Re: Re: What Is Going On Here ?????
in thread What Is Going On Here ?????
while (<>) { for (split /-/,$_) { print $_ . "\n"; } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: What Is Going On Here ?????
by extremely (Priest) on Nov 22, 2000 at 05:02 UTC |