Scanning string in perl
        Posted  
        
            by Alphaneo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alphaneo
        
        
        
        Published on 2010-03-11T02:39:48Z
        Indexed on 
            2010/03/11
            4:55 UTC
        
        
        Read the original article
        Hit count: 259
        
What is the best way to achieve sscanf like functionality in perl?
I am looking now looking at the sscanf module,
Which is better,
Option-1: Going sscanf way?
Option-2: Regex way? [I am a beginner when it comes to Regex]
© Stack Overflow or respective owner