Okay my script takes names from a fom and puts them into an array - then later I need 
to match a $variable (one of the names) against that array and take that specific 
element out of the array. I figure there is probably an easy function to do this?
@array=(john, lucy, mike);
$name=john  
I need to modify the array and remove john.
  



---------------------------------
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage

Reply via email to