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...
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...
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
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...
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...
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...
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...
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: "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.