Help for this page

Select Code to Download


  1. or download this
    open(IN, "<file") or die "failed: $!";
    
    ...
      $offsets{$title} = $offset;
      $files{$title} = $file;
    }
    
  2. or download this
    $title = 'somethng interesting';
    $offset = $offsets{$title};
    $file = $files{$title};