Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Re: ASN.1 source reader

    On Thu, 18 Sep 2003 15:21:02 +0200, Tomas Kukosa
    <tomas.kukosa@siemens.com> wrote:
    >Hello,
    > does anybody know any way how to read ASN.1 source into Perl?
    >I can not find any ASN.1 parser.
    >
    >The next way can be ASN.1 -> XML -> Perl but I did not find any ASN.1 ->
    >XML convertor which keeps all ASN.1 information in XML.
    >E.g. ASN2XSD tool from obj-sys.com loses information about extension
    >mark position.
    Use the Bioperl modules. They have parser to and from
    every common biological data format, including ASN.1

    See [url]www.bioperl.org[/url] for further info.
    --
    Helgi Briem hbriem AT simnet DOT is

    Excuse the munged address. My last
    e-mail address was killed by spammers.
    Helgi Briem Guest

  2. Similar Questions and Discussions

    1. Reader 9 for Mac "Enable Reader Usage Rights"
      how is this done for mac's in 9? all of the forums say go to the advanced tab and then just enable them there... there is no advanced drop down menu?...
    2. OleDb reader vs. ODBC reader
      First off stop using a DSN as it has been Deprecated from the MDAC. Second read the following articles. http://www.aspfaq.com/show.asp?id=2126...
    3. Acrobat Pro/Reader 7 Batch enable commenting for Reader 7
      I have been searching for a good way other than opening and saving each file using Acrobat 7 Pro in order to enable commenting in Reader 7. Is there...
    4. Is there a way to create and Autorun CD with Reader 6 like you could with Reader 5?
      Is there a way to create and Autorun CD with Reader 6 like you could with Reader 5? There was a CD directory on the old 5 CD that if copied to a CD...
    5. SCO, Open Source and the Un*x source code
      On Sat, Jul 19, 2003 at 04:51:08PM +0000, tony@aplawrence.com wrote: .... Isn't SCO claiming that they own all the Unix IP in the world :-). ...
  3. #2

    Default ASN.1 source reader

    Hello,
    does anybody know any way how to read ASN.1 source into Perl?
    I can not find any ASN.1 parser.

    The next way can be ASN.1 -> XML -> Perl but I did not find any ASN.1 ->
    XML convertor which keeps all ASN.1 information in XML.
    E.g. ASN2XSD tool from obj-sys.com loses information about extension
    mark position.

    Thanks,
    Tom
    Tomas Kukosa Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139