Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -nw
    use constant ID => 'id_tag'; # ID what you searching
    ...
      print "found:\n$_";
      exit;
    }
    
  2. or download this
    # [id_tag] [byte offset]
    id_tag1 0
    id_tag2 123
    id_tag3 463
    ...