"Bob Abugov" <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to build modules on a Win2K system using the Perl make
>command. What do I need to do? When I try to use it after building a
>Makefile, Perl can't seem to find here's what I get:
>
Use activestates PPM.
Read more about it here.
http://aspn
> A friend of mine sent me a file to write
> to help get me started on programming Perl.
> So I did (in notepad):
>
> #!/usr/bin/perl -w
> use strict;
> while (<>) {
> if ( /book/i or /bk/i) {
> print;
> }
> Missing right curly or square bracket at findit.pl line 6, at end of line
> syntax erro