--- Mark Remesnitskiy <[EMAIL PROTECTED]> wrote:
> #Line 391
> if (($bName == 0) and (!($Page[$i] =~
> m/\Q$Pattern\E))) { # If name is several words
replace "m/\Q$Pattern\E)" with "m/\Q$Pattern\E/)"
This would be more obvious if you use an editor with
syntax highlighting. This was all d
Mark Remesnitskiy wrote:
>
> Hello,
>
> I can't understand what wrong in my script at lines 392 and 409.
> When I run this script:
>
> # Find Name of Item
>
> open (DEBUG, '>>c:\\mydocu~1\\Perl\\Temp\\debug.txt') or die "Can't open
>debug.txt.\n";
> print (DEBUG "\nFind Name of Item STARTs\n"
Hello,
I can't understand what wrong in my script at lines 392 and 409.
When I run this script:
# Find Name of Item
open (DEBUG, '>>c:\\mydocu~1\\Perl\\Temp\\debug.txt') or die "Can't open
debug.txt.\n";
print (DEBUG "\nFind Name of Item STARTs\n");
close (DEBUG);
open (LIST, 'c:\\