- or download this
Undefined subroutine &Carp::longmess called at C:\PERL\lib/Carp.pm lin
+e 296.
- or download this
open(PAGES, "<pages.txt") || die $!;
@pages = PAGES;
close(PAGES);
- or download this
open(PAGES, "<pages.txt") || die $!;
@pages = <PAGES>;
close(PAGES);