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 PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]