Hi

        we are doing timesheet project for our company
        which uses perl extensively and scripts are running on linux ,
        perl version is 5.00552 , and Database is MSSQL6.5 on NT.

        The problem is coming in matching the pattern as once we fetch
        a column from database ( which contains some data separeted by
        delimiter).
        
        for eg.

        data fetched from one column is  110 ^ 220 ^ 230 ^ 240 ^ 250 ^
        now we are splitting it on basis of delimiter (^) through following
        code.

        $task   = 110 ^ 220 ^ 230 ^ 240 ^ 250
        @abc    = split(/ ^ / , $task)
        
        if we print the values of @abc ,
        IT doesn't print anything.
        
        One more thing , The data fetched from a column is always stored in 
        a scalar variable.

        Does anybody having an idea how this problem could be solved.
        
        Thanks in advance.

Bye
Rajesh Mittal
[EMAIL PROTECTED]


--------------------------------------------------------------
 _         _   _       _   _     _     _      _
| |       | | | |\    | | | |   | |   \  \  /  /
| |       | | | |\ \  | | | |   | |    \  \/  /
| |       | | | | \ \ | | | |   | |        
| |_____  | | | |  \ \| | | |___| |    /  /\  \ 
|_______| |_| |_|    \|_| |_______|   /_ /  \ _\
 

Rajesh Mittal
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Linux - The Battle is Not lost Untill Last Bullet is Fired

--------------------------------------------------------------

Reply via email to