Help for this page

Select Code to Download


  1. or download this
    my ($s1, $s2, $s3, $pname, $index) = split(/,/, $line);
    
  2. or download this
    ('AA', 'B','2','ProjectId','148')"> Unique Information Here (Index)
    
  3. or download this
    my ($before, $after) = split(/>/, $line);
    my ($s1,$s2,$s3,$pname,$index) = split (/,/, $before);
    and then just trim off the ',), and " characters from $index.