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 gkittelson 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: fz315
  • Order by date
  1. fz315

    call browser-side local executable from server-side cgi script

    Hi,there: I have a Windows box running Apache web server,cgi script written by perl, and an embedded device (integrated with printer) running linux kernel 2.6,ant web browser,boa http server, right now the device access Apache server in Windows box,is it possible call an executable in the...
  2. fz315

    How to pause 10ms in perl

    Hi: anyone know how to pause 10ms in perl script? sleep command just pause seconds. Thanks a lot
  3. fz315

    embedded perl

    Hi,guys: There is embedded computers based on the Intel PXA-255 CPU, has 32M(can expand to 64M) RAM, runs an embedded version of GNU/Linux, the kernel is based on the open source kernel v2.6 with patches from ARM Linux, there is SDK toolchain provide a pre-bulit compiler,linker and libraries...
  4. fz315

    sending image data to printer directly

    Hi,everyone: This slip of code print out a image(bmp/jpg format) by sending image data to printer directly. I can't understand well about "send surface" section, could someone give me some clue? Thanks and Merry Christmas! ------------------ void PrintSurface (int hDevice, SDL_Surface...
  5. fz315

    How to read a image file(jpg or bitmap) and put data into byte array

    Hi, How to read a image file(jpg or bitmap) and put data into byte array, then send it via socket?using perl, win2000. Tons of thanks!
  6. fz315

    How to convert this shell script to perl?

    #!/bin/sh # time between each screen refresh_timeout=5 # location of screens home_dir=screens # temp runtime file for tracking current screen cntfile=/var/cnt # if no cntfile (e.g. when starting) default to #1 if [ -f $cntfile ]; then cnt=`cat $cntfile` else cnt=1 fi # wrap when we run...

Part and Inventory Search

Back
Top