Hi,
 
    I have a long BNF (Backus-naur form) for parsing a protocol message. Suppose I 
want to implement a BNF like this
 
Response = Status-line
                   *(message-header)
                   CRLF
                   [Message-body]
 
status-Line = SIP-Version SP Status-Code SP Reason-Phrase CRLF
SP = space character
..................
.................
 
    Like this I have a very long BNF. How can I implement this BNF and  parse a 
message that satisfies this BNF in perl ?
    Any suggestions would be of great help to me. 
 
Thanks,
Balaji 

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.

Reply via email to