Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

  • Members: 2100
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 21312 - 21341 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21312 Sreeram B S
sreeramabsc Offline Send Email
Jul 1, 2005
8:26 am
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...
21313 Madani, Srikanth, VF-DE
ihaveitinme Offline Send Email
Jul 1, 2005
9:18 am
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 ...
21314 Damien Carbery
daymobrew Offline Send Email
Jul 1, 2005
10:45 am
... Yes. Question answered....
21315 hooyar66 Offline Send Email Jul 1, 2005
4:40 pm
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...
21316 zjghwhmplfs Offline Send Email Jul 1, 2005
10:58 pm
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....
21317 Damien Carbery
daymobrew Offline Send Email
Jul 2, 2005
10:09 am
... 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...
21318 rohitgole2003 Offline Send Email Jul 2, 2005
6:40 pm
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...
21319 kjhseka Offline Send Email Jul 2, 2005
10:58 pm
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...
21320 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 3, 2005
2:14 pm
... 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....
21321 thehl1970 Offline Send Email Jul 3, 2005
3:43 pm
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,...
21322 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 3, 2005
4:00 pm
... 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...
21323 thehl1970 Offline Send Email Jul 3, 2005
7:16 pm
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...
21324 Scot Robnett
web4success2... Offline Send Email
Jul 3, 2005
7:58 pm
Actually, what Charles is suggesting IS helpful. The script you are learning from uses and old library and older, less efficient programming techniques. Here...
21325 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 3, 2005
11:20 pm
... 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....
21326 Paul Alapatt
paulalapatt Offline Send Email
Jul 4, 2005
6:07 am
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 ...
21327 rohitgole2003 Offline Send Email Jul 4, 2005
6:16 am
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 ...
21328 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 4, 2005
1:37 pm
... 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...
21329 thehl1970 Offline Send Email Jul 4, 2005
1:59 pm
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...
21330 thehl1970 Offline Send Email Jul 4, 2005
2:05 pm
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...
21331 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 4, 2005
3:02 pm
... 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...
21332 Donato Azevedo
donatoufmg Offline Send Email
Jul 4, 2005
4:57 pm
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...
21333 rohit gole
rohitgole2003 Offline Send Email
Jul 4, 2005
5:08 pm
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...
21334 thehl1970 Offline Send Email Jul 4, 2005
9:11 pm
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....
21335 J.E. Cripps
cycmn@... Send Email
Jul 4, 2005
9:30 pm
... 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...
21336 thehl1970 Offline Send Email Jul 4, 2005
11:08 pm
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...
21337 J.E. Cripps
cycmn@... Send Email
Jul 4, 2005
11:21 pm
... 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...
21338 Mike Southern
mikesouthern Offline Send Email
Jul 4, 2005
11:27 pm
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...
21339 Charles K. Clarkson
charlesclarkson Offline Send Email
Jul 5, 2005
2:10 am
... 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...
21340 Ken Shail
kenshail2003 Offline Send Email
Jul 5, 2005
9:18 pm
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...
21341 Sreeram B S
sreeramabsc Offline Send Email
Jul 6, 2005
12:12 pm
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; ...
Messages 21312 - 21341 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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