Friends,
        I am Sanil.I am a computer Science student.I want to study expect
programming and python Qt. If anybody of you know this or sites for the
corresponding tutorial please please mail to me.
                                               from
                                                     SANIL















On Tue, 15 Jan 2002, Gary Hawkins wrote:

> > However the script continues
> > print @list3;
> > my $var1='META';
> > @lista= grep{$var1} @list3;## not picked up at all
> > print @lista
> >
> > anyone any clues
>
> Suppose I'm a little confused but perhaps you meant:
>
> print @list3;
> @lista= grep(/META/, @list3);
> print @lista;
>
> /g
>
>
>

-- 
                ####################################
                #                                  #
                # SANILKUMAR.M.M                   #
                # S4 CSE                           #
                # REGIONAL ENGINEERING COLLEGE     #
                # CALICUT - KERALA                 #
                #                                  #
                ####################################


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to