Help for this page

Select Code to Download


  1. or download this
      opendir(DATA, "$db") or die "File does not open: $!";
  2. or download this
      open(DATA, "$db") or die "File does not open: $!";
  3. or download this
      open(DATA, $db) or die "$db: $!";