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 TouchToneTommy 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: VspecGTR3
  • Content: Threads
  • Order by date
  1. 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?
  2. 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
  3. 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...
  4. 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?
  5. 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?
  6. 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?
  7. VspecGTR3

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

    i cant go...i need to get a compiler but where can i get one that is free or cheap. i tired Miracle C but if werid and it doesnt work well.
  8. VspecGTR3

    NEWBIE IN DESTRESS

    im like the subject im new to c im currently reading C for MeatHeads (eheh ok dumbies) and i followed the book and im using mircle c to write and compile but my first script (not counting hello world) wont work i followed the book and it jsut dont seem to get it why it doesnt work take a gander...
  9. VspecGTR3

    whats the DIFFERENCE!!!!

    @vaibak = <FILE>; print BAK &quot;@complete @varibak&quot;; when i try to run this i get an error it says i need to write it this ways print BAK &quot;@complete \@varibak&quot;; whats the difference!!!!!!!!!!!!
  10. VspecGTR3

    JAVASCRIPT Versus Perl..and the victor is......

    I have begin to think that anything javascript does perl can do and some more... is this true? i have seem really powerful java chat rooms with nice graphic interface can perl do this witht he nice interface?
  11. VspecGTR3

    E--hmm hmmm hmmph BABYS FOT FORM!!!

    i been working with perl for about almsot a month now and i created my own full power (with a few bugs) database that i can always access with the internet, but i notice how my form always revoled around form tags <input type=text> or always parseing data and useing results is perl seem to be a...
  12. VspecGTR3

    Write Files To Another Computer

    is there a way to write folder and files on to someone else scomputer; i do realize this is a HUGE security risk but is there away with comformation from the user?
  13. VspecGTR3

    OOO cant wait ALMOST THER!!!!

    How do i create a progress bar not based on time but based on how much longer to load the page.
  14. VspecGTR3

    Modules are SOO FUN!!!! HURRAAAA HURRAA

    i know how to use the return in a modules to send info to the script but how do i send data to a module. not sure if this works right... --EXAMPLE-- (script.pl) use crunch; $user_input = 2; print &crunch; (crunch.pm) sub crunch { $user_input = 4; $result = (); return $result = $user_input + 4...
  15. VspecGTR3

    Super Double Delux List!!!! w/ fries and a lg coke

    How do i stick thing between ever element in a list like say i got a list called @somelist =(1, 2, 3, 4); the print would be 1234 how do i stick - between each elements. like so 1-2-3-4
  16. VspecGTR3

    list list---- ahhh im lost in my list!!!

    im taking the user input and im spliting it all into elements but all i need is the last element in the list how do i do that?
  17. VspecGTR3

    My Grandma what a &quot;Lovly Forms&quot; have...

    I want a user to open an text files or a html(dont worry im using perl script to read the tags instead of interpeting it) file but i want the words to be <b>displayed</b> in a form textbox field so the user may alter the source at there disposal.
  18. VspecGTR3

    IM soo sry i hit post twice

    SRY I HIT POST once and i tried to hit stop to reedit and i sent twice soo sorry
  19. VspecGTR3

    Why is Perl SLOW

    The following script does the following, find the file test.txt and rename its to rntest.txt and displays test was successful or Renaming failed or file may not exsist. now this is a tset script and if this script was executed it will only display test was successful once and ever other try...
  20. VspecGTR3

    Why is Perl SLOW

    The following script does the following find the files test.txt and rename its to rntest.txt and displays test was successful or Renaming failed or file may not exsist. now this is a tset script and if this script was executed it will only display test was successful once and ever other try...

Part and Inventory Search

Back
Top