Re: [ADMIN] Re: Everyone ...

2001-10-11 Thread sneex
I wish everyone would stop quoting entire threads just to say 'stop'... HTH; -Sx- :] On Thursday, October 11, 2001, at 03:12 PM, Kevin Meltzer wrote: > This thread has been closed. Take it off-list. Everyone chiming in > with their > $.02 will not solve anything, and does not help the signa

Re: Everyone please move on

2001-10-11 Thread sneex
$thread = "profanity reeks of a basic lack of education"; print "this thread just ", (split(/\s/, $thread))[1]; __END__ -Sx- :/ On Thursday, October 11, 2001, at 01:26 PM, aurillo, gabriel wrote: > Whether the unsubscribe script works or not, the real issue is > whether one > can articulate

Re: String question...

2001-10-08 Thread sneex
... and entering a PW thru a form is? anyhow, try: my @pw_array = (split('', $_)); print "The length of the PW is $#pw_array\n"; -Sx- ??? On Monday, October 8, 2001, at 12:26 PM, James Kelty wrote: What is the best, or workable, way to count the elements in a string? For instance, if someo