Re: compare char

2002-03-28 Thread John W. Krahn
Steven Massey wrote: > > does anyone know how to compare text > ie > > if ( d < e ) then do this if ( 'd' lt 'e' ) > or > if ( z > h ) do this if ( 'z' gt 'h' ) See the perlop document for more information. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTE

compare char

2002-03-28 Thread Steven_Massey
does anyone know how to compare text ie if ( d < e ) then do this or if ( z > h ) do this thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]