On Tue, May 08, 2001 at 05:24:10PM -0400, Anshu Anshu wrote:
>  22  while (<IF>) {
>     23      if (/$LOCTAG/i) {
>     24          ($curloc) = /VALUE="([^"]+)"\s*\w*>/i;
>     25          $location .= "${curloc}::";
>     26      }
>     27
>     28      if (/$TYPETAG/i) {
>     29          ($curtype) = /VALUE="([^"]+)">/i;
>     30          $jobtype .= "${curtype}::";
>     31      }
>     32  }
>     33  close(IF);
>     34  $location =~ s/::$//;
>     35  $jobtype =~ s/::$//;

Lines 24, 29; perhaps you mean "=~" ?

-- 
I don't know what the hell is going on dude, but this suspension gives
me more time for fraggin'.  Yee haw!

Reply via email to