David --- Senior Programmer Analyst --- Wgo Wagner wrote: >> i don't thing the above will work. try: >> >> for(split(//)){ >> if(ord < 32 || ord > 126){ >> print "Char is non printable char\n"; >> }else{ >> print "$_\n"; >> } >> } >> >> david > > I got it to run but I had to add () to each ord otherwise it would not > run. > > Wags ;) >
yes, you are right. my careless mistake. thanks for spot that. david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]