I am trying to match
French
in the string
French:6:47
The code is

if ($PFile{Allied} =~ m/$Port/)

and the actual vars would be

if (French =~ m/French:6:47/)

and there should be a match!!!!
but 

but it doesn't work.. and I don't see why.... 
I have used m// before the never had this problem...

Help? thanks
Lou
Perl is my HOBBY... just something to keep my mind sharp.

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to