Help for this page

Select Code to Download


  1. or download this
      open(DATAFILE, '../libsearch/SAMPLE.TXT');
      while (<DATAFILE>) {
        print $_;
        }
      close(DATAFILE);
    
  2. or download this
      open(DATAFILE, 'http://www.jaywil.com/libsearch/SAMPLE.TXT');