Definately. We ARE talking about Perl right? Regular Expressions can solve your particular problem, and it will likely solve the next few ones as well. Check it out.
sandeep s kumar wrote: > > Dear Team, > I need a clarification regarding perl operators. > > ie. Is there any operator called LIKE in perl.or its substitute. > The scenario is that,ie, can i store string whose starting letter is > say 'a' but rest of its character is unknown. > > i mean to say whether this is possible. > $myvariable LIKE '['a'||']%'; . > > > expecting your support soon. > sandeep s kumar > > > > > > > <http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/[EMAIL > PROTECTED]> > > ------------------------------------------------------------------------ > > _______________________________________________ > ActivePerl mailing list > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
