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 IamaSherpa 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: *

  1. barbari

    8051 Code

    what is it "X" ? mov A,X subb X, #10h jnc st mov A,B sjmp end st:mov A,C end: bla bla
  2. barbari

    How change the "Flages" ?

    i want change the flages, how i can do this ?
  3. barbari

    C and PERL

    Hi all. how i can write C code in PERL program, i use in windows. thnaks..
  4. barbari

    help about TIMEOUT..

    http://www.walla.co.il is exmple, the problam with all site's
  5. barbari

    outportw()

    I can add C code to my program in PERL ?
  6. barbari

    outportw()

    Hi, i can find in perl the function from C - outportw()? thanks...
  7. barbari

    help about TIMEOUT..

    the server is not on my computer :((
  8. barbari

    help about TIMEOUT..

    This is not working, the problam alredy... my program: and the server timeout close my program. use CGI qw/:standard -no_debug/; $| = 1; print CGI::header(-nph=>1); print "sdfsdf"; use LWP::Simple; $got = get("http://www.walla.co.il"); print $got;
  9. barbari

    help about TIMEOUT..

    i have a program in perl, and while i try to start it this i see this massage: CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. how i increase the TIMEOUT from the program? thanks...

Part and Inventory Search

Back
Top