Help for this page

Select Code to Download


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