>
>doStore();
>
>without the &
>
>Geraint.

That doesnt seem to work either. Maybe I dont understand what all I'm 
supposed to do.

if ( $in{'agree'} ne "" ) {

doStore();
&doRedirect;


} else {

&doSorryYoung;

}



See.. I just want it to run doStore, then run doRedirect. So should I call 
both of them up there in that order? (Is that legal?) Or should I put 
something at the bottom in the doStore sub to tell it to doRedirect when its 
finished?


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to