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 dencom 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: 6681510
  • Content: Threads
  • Order by date
  1. 6681510

    Open File handling taking too much time

    hi , is there any way to open the file and put it in the ram and use it time to time because i have a code below there iam opening the files too many time thats why my script is taking too much time to complete so is there some thing which iam missing , # Calculate compansation...
  2. 6681510

    How to create aMethod Which return some value

    #!/usr/bin/perl use CGI qw(:all); print header; ##creating html page print start_html('Offer Calculator'), h1(' Offer Calculator'), start_form, print '<TR><td class="text">'; print"<select name='Product' >"; print "<option value='FCWQ' class='text'...
  3. 6681510

    How to load data from txt file§

    hi i have a text file like this NAME PRICE FSCCLIWEWW 2,89 SFGAAJAKLK 10,290 SHAGAJHGAS 80,54 | TAB NOW I WANT TO LOAD THIS DATA IN TO MYSQL TABLE LOAD DATA LOCAL INFILE "C:/MST_FI_TEST.TXT" INTO TABLE TEST FIELDS TERMINATED BY '\t'; now...
  4. 6681510

    How to send auto email in vbs

    hi , iam looking for a script which will send email when the tomcat is taking too much memory.
  5. 6681510

    How to send email in perl

    hi iam looking for a script which will send automatic email when the server is down or very slow . please help me in this
  6. 6681510

    How to secure perl Code

    Hi all i would like to know how can i secure the perl code it self or compile the perl code so that no body can view the code when i put it on the server to run
  7. 6681510

    File Handling in Java

    Hi , I would like to know how to get data from textfile to hashes . now i have a textfile which looks like this name=>Jhon id=>102100 address=>linnoituksentie 10 now i want fetch the data from this file in a hash but keys are going to name,id,address and values are going to be...
  8. 6681510

    How to connect database with perl perl pages

    Hi Iam new With Perl i would like to know who to connect a any database with perl and what is the way to create a perl.pm file like when we create a class in java which is like i have a code in java where i create a business class . i want to create a same class in perl Code: package...
  9. 6681510

    How To Connect DataBase with perl

    Hi Iam new With Perl i would like to know who to connect a any database with perl and what is the way to create a perl.pm file like when we create a class in java which is like i have a code in java where i create a business class . i want to create a same class in perl Code: package...
  10. 6681510

    How Fetch Data From DataFile In perl

    Hi iam new in perl i have a data file which looks like (this is value) (price) (Currency) | | | FCWQBF1NVBAIN 734,54 SEK FCWQBF1NVBBIN 550,91 SEK FCWQBF1NVBCIN 462,76 SEK FCWQBF1NVBEIN 315,95 SEK FCWQBF1NVBHIN 146,93 SEK . | | . tab...
  11. 6681510

    how can i change positions of drop down box

    iam creating a cgi page of offer calculator and the code which i have rite now is ... #!/usr/bin/perl -w use CGI qw(:all); print header; ##creating html page print start_html('Offer Calculator'), h1(' Offer Calculator'), start_form, "Work Station Product: "...

Part and Inventory Search

Back
Top