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 SkipVought 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. VspecGTR3

    INPUT KEEPS REPEATING

    well i use inline frame and i have a meta tag that refreshed every 10 second to view current data. is there away of doing so?
  2. VspecGTR3

    USE this USE that USE ARGGG

    what does it mean when there is a line called "use Strict;" is that suppose to be a perl module?
  3. VspecGTR3

    INPUT KEEPS REPEATING

    i have a simple script that take information parses it and saves it to a external document. but when i leave the page and then go back to it, i cant see the information i inputed it normaly takes a while WHY IS THAT? and also sometimes when i hit back and then forward it inputs it twice whys is that
  4. VspecGTR3

    IF THEN ELSE IF OMG!!!!

    Rosenk once again u prevail for me i wish i can give u 40 stars ;) i never though of using the grep command (ill have to refer to my Perl for Meathead's book) i came up with another code taht seem to work what you take any flaws? ========================================================= @test =...
  5. VspecGTR3

    IF THEN ELSE IF OMG!!!!

    @somelist = ("1", "2", "3", "4"); foreach $list (@somelist) if($list eq 4) {open FIL, ">>1file.txt") } else { (open FIL, ">>2file.txt") }} -------------------------- now heres the problem the program is gonna open both files 1file and...
  6. VspecGTR3

    Wubs the SERVER!!

    so on your script u include it (usr/bin/perl) not by force of habbit?
  7. VspecGTR3

    Wubs the SERVER!!

    i know when you on a unix server u put #! path/to/perl on top of script but what is your serer is on windows how would u do that?
  8. VspecGTR3

    NOT like C - Windows API

    Perl can only display information to users thur HTML am i correct? or is ther away to use something likes windows API?
  9. VspecGTR3

    Does C display with DOS prompt window only?

    win32 api. im not sure but normal I/O are displayed in the black ugly window with that plain old font. does win32 api use, like this very explore window with nice colors and stuff.
  10. VspecGTR3

    Does C display with DOS prompt window only?

    Does C display with DOS prompt window only? or if how do i display with out the ugly dos prompt window?
  11. VspecGTR3

    NEWBIE IN DESTRESS

    but if i run the program with in visual c++ everything shows and it doesnt close the window infact it ask me to hit anykey
  12. VspecGTR3

    NEWBIE IN DESTRESS

    hey mqonnet i rewrote the program and everything and it builds the .exe perfectly except.... printf("What is you name?"); scanf("%s",&me); printf("Darn Glad to meet you, $s!\n",me); i enter my name (eric) but it doesn't say "Darn Glad to meet you...
  13. VspecGTR3

    NEWBIE IN DESTRESS

    mqonnet thanks for your patients and help, this forum has the nices people i swear thanks again mqonnet.
  14. VspecGTR3

    NEWBIE IN DESTRESS

    I wish i understood what ythe discrpency is over but i downloaded visual c++ standard edition and compiled and builded the exe and it works fine it was my compiler all along. but my new problem is (dont know if its compiler or what not) #include <stdio.h> void main() { char me[20]...
  15. VspecGTR3

    NEWBIE IN DESTRESS

    o that was you in the other thread man you ever where
  16. VspecGTR3

    Ready Start......your compilers......GGOOO

    how do you compile?
  17. VspecGTR3

    NEWBIE IN DESTRESS

    ooo sry. i got a new compiler called digital mars some sent me im going to go try that ::Fingers Crossed::
  18. VspecGTR3

    Ready Start......your compilers......GGOOO

    Thanks
  19. VspecGTR3

    NEWBIE IN DESTRESS

    hey you been really help full and if i can use ur brain onec more.... here what i came across the program (miracle c) has a example program similar to mine #include <stdio.h> void main() { unsigned n; printf(&quot;type a number: &quot;); scanf(&quot;%i&quot;,&n)...
  20. VspecGTR3

    NEWBIE IN DESTRESS

    i had visual c++ but i lost it any chance i can get a free or get a trial compiler?

Part and Inventory Search

Back
Top