... alexandru> Hello, alexandru> I am a beginner in Perl. I made a file (test_perl.htm) alexandru> which contains a form with a field named CAMP1: alexandru>...
20825
hooyar66
Apr 12, 2005 5:15 pm
Group Please find my program code below and then some sample data below that. I posted this query last week and have tried to make this easier to understand. I...
20826
Nirmal Modi
nkmodi_ce20
Apr 13, 2005 9:10 am
hello sir... this is nirmal modi again......... just here i am developing one plugin for standby server....but i am not able to make connection with the...
20827
hdknwaju
Apr 13, 2005 2:05 pm
I save hundreds of dollars a month because I refinanced my home loan for nearly half the interest rate. Check out this free service....
20828
Damien Carbery
daymobrew
Apr 13, 2005 3:57 pm
... references ... which ... key" ... but ... fails ... )){&new_sym($fields[2] ... With the test data provided the new_sym function is never called! When using...
20829
hooyar66
Apr 13, 2005 4:50 pm
Thanks for the suggestions Damien - I'll be sure to look at that documentation. Unfortunately however if I use your code snippets, my original problem is still...
20830
Sengupta, Rajib (Cont...
rajibrita
Apr 13, 2005 7:35 pm
Hello All,
I have the following data in this format :
Seq Pos === ==== AF138290 =>14,15,8,9
AF138904 =>14,15,8,9
AF157507...
20831
aditi gupta
aditi9783@...
Apr 14, 2005 2:08 pm
hello everybody, i've heard that one can check mails and do other things using perl.. how is that done?? i mean how to surf net thru perl? plz help!! Yahoo!...
20832
Scot Robnett
web4success2...
Apr 14, 2005 2:38 pm
perldoc LWP LWP::Simple Mail::Send MIME::Lite ... From: aditi gupta [mailto:aditi9783@...] Sent: Thursday, April 14, 2005 9:09 AM To:...
20833
spencer_plantier
spencer_plan...
Apr 14, 2005 3:19 pm
I am trying to install cpan and I am getting the following error. Any help would be appreciated. Giving up on ...
20834
Garcia
josegarciaju...
Apr 14, 2005 4:19 pm
i made a instant messenger server in perl. this works great, but i have a little problem to resolve: a client retrieve contact list. a client software is...
20835
Offer Kaye
offer.kaye@...
Apr 14, 2005 4:21 pm
... You don't surf the Net using Perl, that's what a web-browser is for. Read: http://perldoc.perl.org/perlintro.html -- Offer Kaye...
20836
Offer Kaye
offer.kaye@...
Apr 14, 2005 4:24 pm
... Are you trying to install CPAN.pm itself, or PathTools, using the cpan shell? Please provide the output of "perl -V" and the exact error messages you get,...
20837
Jenda Krynicky
jendaperl
Apr 14, 2005 11:57 pm
From: aditi gupta <aditi9783@...> ... Hello everybody DON'T FORGET the shift key! This ain't cool, this is silly. The first letter of the first word in...
20838
Peter Dominey
pdominey
Apr 15, 2005 1:01 am
I have some content coming from a web site, that I do a slitp on, but I want it to split in different places depending on if the previous split worked. I have...
20839
uh_what_now
Apr 15, 2005 1:12 am
Hi everyone :-) this is a wonderful group I don't get much time to read the emails but I do check out the group online often. I wish I had something I could...
20840
Mike Southern
mikesouthern
Apr 15, 2005 1:15 am
I use net::ftp. It works without problem. I need to use the "size" funcion. I check using "supported" that the server will accept the command; it does. After...
20841
Jeff 'japhy' ...
evilffej
Apr 15, 2005 5:32 am
... Ick. Using " as your regex delimiter is icky, and if you're using an editor that tries to do syntax highlighting, it probably screws it up thoroughly. I...
20842
neelam
danger11_neelu
Apr 15, 2005 7:08 am
hi all i want to know that how to replace all upper case alphabets into lower case i have tried s/// and tr/// also but no use i am reading input from a file ...
20843
Lange Gunter, CH
gtigerl
Apr 15, 2005 7:31 am
Hi neelam there are two Perl functions - uc ( ) # for uppercase - lc ( ) # for lowercase that should perform the wanted transformations. Please check...
20844
Damien Carbery
daymobrew
Apr 15, 2005 11:18 am
... Look at the CGI::referer() function. Note that the referring url can be easily faked and the CGI.pm docs say of the function: "Return the URL of the page...
20845
Suraj Jacob
iamxsj
Apr 15, 2005 11:57 am
perldoc -f lc and you could use a subject for the mail :) ... -- Randomness conceives creativity...Brainstorm yourself!!! http://www.rhythm.com/~suraj...
20846
Suraj Jacob
iamxsj
Apr 15, 2005 12:01 pm
why don't you use plain old sockets? all the socket functions in C have a similarly named counterpart in PERL. ... -- Randomness conceives...
20847
Suraj Jacob
iamxsj
Apr 15, 2005 12:19 pm
you can use perlcc which comes with the standard distribution to convert it to exe and C files ... -- Randomness conceives creativity...Brainstorm yourself!!! ...
20848
Suraj Jacob
iamxsj
Apr 15, 2005 12:26 pm
Hi Denny, you have a record seperator, and that is 5A did you try changing the $/ variable? ... -- Randomness conceives creativity...Brainstorm yourself!!! ...
20849
Jenda Krynicky
jendaperl
Apr 15, 2005 12:57 pm
From: Suraj Jacob <suraj@...> ... !post top not do Please perldoc perlcc ... The code generated in this way is not guaranteed to work. The whole codegen...
20850
aditi gupta
aditi9783@...
Apr 15, 2005 1:01 pm
First of all, thanks to all for helping me out!! Second of all, Jenda, I'm Miss Aditi Gupta, and sorry for writing a mail like that. I'll be careful in future....
20851
aditi gupta
aditi9783@...
Apr 15, 2005 1:23 pm
tr/[A-Z]/[a-z]/g should help. neelam <danger11_neelu@...> wrote: hi all i want to know that how to replace all upper case alphabets into lower case i...
20852
Jeff 'japhy' ...
evilffej
Apr 15, 2005 2:12 pm
... Yeah, even though you don't have a record ENDER, you do have a record STARTER. Do this: open FILE, "< $file" or die "can't read $file: $!"; { # chr(N)...