Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zhang1129
  • Content: Threads
  • Order by date
  1. zhang1129

    write in binary

    Hi, All. I am trying to write some data into a binary file -------------------------------------- open (FH, ">c.dat" || die "$!"); binmode (FH); print FH "123.3456"; --------------------------------------- the result I got in c.dat is 123.3456. but i really want the result in unicode( the...

Part and Inventory Search

Back
Top