User Profile

Collapse

Profile Sidebar

Collapse
bazsi8304
bazsi8304
Last Activity: Mar 29 '13, 06:34 PM
Joined: Mar 28 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bazsi8304
    replied to convert a string into another string
    in Perl
    I've made a mistake.The 3rd "3" is only a typo.
    original string = 33445566
    result string = 0x33,0x44,0x55, 0x66

    So I need a script in perl which converts a string (with arbitrary length)into a string what I showed in result string.
    This has to do the next :

    1.create an array
    2.insert "0x" before each element of the array and insert ","after each element of the array
    See more | Go to post

    Leave a comment:


  • bazsi8304
    started a topic convert a string into another string
    in Perl

    convert a string into another string

    Hello!

    I'd like to convert a string like this in perl:

    example :
    original string = 333445566
    result string = 0x33,0x44,0x55, 0x66
    See more | Go to post
No activity results to display
Show More
Working...