Hi, I have the attached problem with a PERL program. I'm trying to read
a cookie from an ASP page.
If anyone have any idea, it will be really appreciated.-
Pablo.-
--- Begin Message ---
Use of uninitialized value in index at ./outlook-grabber.pl line 232.
Use of uninitialized value in substr at ./outlook-grabber.pl line 232.
And line 232 looks like:
for ($cnt=0; $cnt<length($txt); $cnt++)
{
#LINE 232# if(substr($txt,$cnt,1) eq "<")
{
$ignore = 1;
}
if ($ignore == 2)
{
$newtext .= substr($txt,$cnt,1);
}
if(substr($txt,$cnt,1) eq ">")
{
$ignore = 2;
}
}
return $newtext;
}
--- End Message ---
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]