Split function



Hi All,

I have one variable which stores the value as follows.

"2007-09-07T12:50:26+05:30 aic_8.0_Integration ccvob01" Now my
requirement is that I want to store aic_8.0_Integration part of the
string in different variable.

so what I did was I ran following code.

chomp(my @strm = split(/ /, $IntegrationStream)); where
$IntegrationStream stores the above string.

But the issue is that when I try to access $strm[1] , I am not getting
expected result. i.e. aic_8.0_Integration

Can you please guide me how should I achieve this.

Regards
Irfan.









Relevant Pages

  • Re: Intel Memory Ordering White Paper
    ... "Code dependent upon sequential store ordering should not use the string ... rep movsb ... no it's worse than that -- intel fast string stores can become globally ... core could see the zeroes out of order with another core performing some ...
    (Linux-Kernel)
  • Re: Brook Mays Chapter 11
    ... string selection is comical They have like one 5 string set and one 6 ... I guess what I'm saying is, the stores here don't serve the PLAYERS anymore. ... the whole operation is geared towards bottom line ...
    (alt.guitar.bass)
  • Re: "Terms" in PHP
    ... >blog_id INT UNASIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, ... the unsigned integer type. ... varchar has a small overhead to store the length of the string that's ... but it only stores the data you put in it. ...
    (php.general)
  • Re: "Terms" in PHP
    ... > the unsigned integer type. ... > varchar has a small overhead to store the length of the string that's ... but it only stores the data you put in it. ... > will store a single character as a 100 character string. ...
    (php.general)
  • Re: Open find file dialog multiple files
    ... "Nick" wrote: ... > That way you don't run out of space in your filename string. ... >> When opening multiple files with the find file dialog (can't re,ber exact ... >> files but any more than that and the string it stores the files as gets to ...
    (microsoft.public.excel.programming)