I have been trying to make this thing work ..
this is not a actual code
@s = { some elemnts};
foreach my $s(@s){
        # i made that $s into array something like @data1
    foreach my$data(@data1)
           if( $data =~ some text){
                #here i will get my data for sure
                    i need to get that data into a global array
}

honestly i am not that good at perl i have been exploring perl
thanks you

               


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to