Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21312 - 21341 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21312
Hi, I have one question about the delimiter for the item in the angle brackets ( <> ). For eg, when we use <STDIN>, the delimiter is the newline. ie if we give...
Sreeram B S
sreeramabsc
Offline Send Email
Jul 1, 2005
8:26 am
21313
Sreeram B S wrote on Freitag, 1. Juli 2005 10:26 ... other than newline-character? See the documentation on Perl variables. man perlvar; grep for ...
Madani, Srikanth, VF-DE
ihaveitinme
Offline Send Email
Jul 1, 2005
9:18 am
21314
... Yes. Question answered....
Damien Carbery
daymobrew
Online Now Send Email
Jul 1, 2005
10:45 am
21315
I have written some Perl scripts that need to be available to various colleagues at different locations and I would appreciate some advice on how best to...
hooyar66
Offline Send Email
Jul 1, 2005
4:40 pm
21316
Take advantage of better interest rates, refinance now just like I did, it will save you lots of money each month. This free service can help....
zjghwhmplfs
Offline Send Email
Jul 1, 2005
10:58 pm
21317
... Option 1 should work - Install it on the common server and do some quick tests. ActiveState Perl comes with 'pl2bat.bat' which wraps the perl script in...
Damien Carbery
daymobrew
Online Now Send Email
Jul 2, 2005
10:09 am
21318
hi to all; please if anybody can figure out the problem in the code,i will be very thankful: problem is: actually i want to print the "CDS" starting number of...
rohitgole2003
Offline Send Email
Jul 2, 2005
6:40 pm
21319
Hello, I definitively solved the previous problem, now I can perfectly upload an image in the database and see it in my browser with a serving function. Now, I...
kjhseka
Offline Send Email
Jul 2, 2005
10:58 pm
21320
... First we need to see is examples of what a line of data might look like. Then we would need to know what you are trying to pull out of those sample lines....
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 3, 2005
2:14 pm
21321
OK, I am writing my first PERL script. While a highly-seasoned software developer, I'm new to PERL and somewhat new to CGI. (I've written CGI's in COBOL,...
thehl1970
Offline Send Email
Jul 3, 2005
3:43 pm
21322
... This is REALLY the wrong script to be using as a model. Check Google for the NMS perl scripts. NMS should have a guestbook script which is written using...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 3, 2005
4:00 pm
21323
I would appreciate any HELPFUL advice you may have. If there are things in my script you would like to suggest improvement on, I will be more than happy to...
thehl1970
Offline Send Email
Jul 3, 2005
7:16 pm
21324
Actually, what Charles is suggesting IS helpful. The script you are learning from uses and old library and older, less efficient programming techniques. Here...
Scot Robnett
web4success2...
Offline Send Email
Jul 3, 2005
7:58 pm
21325
... IMO, a good perl CGI script has warnings and strictures turned on. Since you are using Apache 2.0, we can assume you are also using a new version of perl....
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 3, 2005
11:20 pm
21326
Hi, This generally occurs for two reasons: 1. Your CGI Content-type is incorrect 2. Your web server fails to understand what is the content-type and defaults ...
Paul Alapatt
paulalapatt
Offline Send Email
Jul 4, 2005
6:07 am
21327
this is the sample of file: like that i have lots of file with in the single file LOCUS NM_015698 1669 bp mRNA linear PRI ...
rohitgole2003
Offline Send Email
Jul 4, 2005
6:16 am
21328
... Alrighty, that answers part of my question. Assuming some lines have wrapped, we now know what the file might look like. Now take a line that matches what...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 4, 2005
1:37 pm
21329
Thank you, Charles. This is EXCELLENT feedback. With your comments and a fresh perspective I have reviewed my code. The print 'Start' was a debugging statement...
thehl1970
Offline Send Email
Jul 4, 2005
1:59 pm
21330
I have noticed that Apache creates a cgi-bin directory separate from the html directory. I was wondering if this is some kind of a security solution. For...
thehl1970
Offline Send Email
Jul 4, 2005
2:05 pm
21331
... You might also look into CGI::Application which uses HTML::Template by default. HTML::Template is pure perl. There is no requirement to install pure perl...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 4, 2005
3:02 pm
21332
That is probably because you may allow the execution of cgi scripts per directory. suppose you DO NOT want the html directory to execute scripts.. but want the...
Donato Azevedo
donatoufmg
Offline Send Email
Jul 4, 2005
4:57 pm
21333
i have solved my problem actually there is problem with the genebank file actually after finish one genbank file ,the file ends with the sign "//" And so...
rohit gole
rohitgole2003
Offline Send Email
Jul 4, 2005
5:08 pm
21334
Evidently, there is a requirement to install CGI.pm. If you run make install, it registers it's presence by modifying a file in the perl interpreter directory....
thehl1970
Offline Send Email
Jul 4, 2005
9:11 pm
21335
... Umm, if you don't have CGI.pm isn't your perl out of date? Or something less than the standard installation? Complain to whoever _can_ modify the system...
J.E. Cripps
cycmn@...
Send Email
Jul 4, 2005
9:30 pm
21336
CGI.pm appears to be an add-in module as my version of perl is 5.8.5. I can't speak to whether it should have been included as it appears not to be. And you're...
thehl1970
Offline Send Email
Jul 4, 2005
11:08 pm
21337
... so is mine. What happens when you try perldoc CGI ... True but CGI.pm has been "Standard" for quite a while, and your client really should have it. I...
J.E. Cripps
cycmn@...
Send Email
Jul 4, 2005
11:21 pm
21338
LOL! You should check out the cpan archives. They are full of perl modules sometimes so riddled with dependencies that the five minutes it takes to actually...
Mike Southern
mikesouthern
Offline Send Email
Jul 4, 2005
11:27 pm
21339
... You need to read more about modules and installing modules. I named the directory holding Template.pm HTML because the module is named HTML::Template. Look...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jul 5, 2005
2:10 am
21340
How can I make sure that anonymous arrays do not get left around. It is difficult to isolate the code but it goes like this file is opened regularly for...
Ken Shail
kenshail2003
Offline Send Email
Jul 5, 2005
9:18 pm
21341
Hi friends, I have one query about getting the input from the angle brackets ie from a file-handler within the angle brackets. ... #!/usr/bin/perl use strict; ...
Sreeram B S
sreeramabsc
Offline Send Email
Jul 6, 2005
12:12 pm
Messages 21312 - 21341 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help