Home : General : Perl Programming :

General: Perl Programming: Re: [King Junko II] Just a quick thing for anyone interested...: Edit Log

Here is the list of edits for this post
Re: [King Junko II] Just a quick thing for anyone interested...
Ooo.

Thats similar yet different to mine. I have a redo in there but didn't use grep.

Mine is a little longer though hmm.

Btw instead of

print join " ", @p

....

print "@p";

...will work the same way. It will space the elements and you can change the delimiter with $"

Last edited by:

Paul: Apr 15, 2002, 1:57 AM

Edit Log: