Help for this page

Select Code to Download


  1. or download this
    struct mystruct{
          int                id[10];
          char               text[40];
          unsigned short int len;
    
  2. or download this
          my(@ids,$text,$length) = unpack("N10C40n",$buff) ;