Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • 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

Advanced
Messages Help
Messages 19220 - 19249 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
19249 Alan
acummingsus Send Email
Jul 12, 2004
5:28 am
... Standard disclaimer applies (still somewhat if not quite a lot of a Noob myself) perldoc -f system is a way to get something executed. But though I...
19248 Kathryn Tate
kloutot Send Email
Jul 12, 2004
3:20 am
I have a program which used a library I wrote. I am using these two lines in my program: unshift( @INC, "." ); require "Colors.pl"; In the current directory I...
19247 Charles K. Clarkson
charlesclarkson Send Email
Jul 12, 2004
2:10 am
... Thanks. We can always use more people answering questions. ... That should be '$record&#39;. You accidentally left that off the "$" from the original post. ......
19246 Kathryn Tate
kloutot Send Email
Jul 11, 2004
7:54 pm
I have a korn shell script I want to run as a subroutine inside a perl script. Can I just do a qx() around the whole script? Thanks, Kathryn...
19245 Kathryn Tate
kloutot Send Email
Jul 11, 2004
7:38 pm
... I'll take a stab at this: ##record##is the record you are currently looking at ##=~##is the comparison or assignment operator when using ##regular...
19244 Jenda Krynicky
jendaperl Send Email
Jul 11, 2004
5:02 pm
Here are a few subjects I've seen in the list lately: From beginners@... "Could anyone please answer a simple PERL question." ? "Cool construct" ? "A...
19243 leegold
leegold58 Send Email
Jul 11, 2004
2:43 pm
Hi, Below please find a regex, I've looked in my books but hoen't seen anything similiar. Is it valid? Could none explain or link me to info that covers it?...
19242 Charles K. Clarkson
charlesclarkson Send Email
Jul 11, 2004
12:17 pm
... [snip] ... Here's your main problem. "page size" and "requested page" are hard coded. The script does not process these fields from the url. my $pagesize =...
19241 鄒文雄(We...
wstzou@... Send Email
Jul 11, 2004
8:42 am
Dear all: I'd like to pass a hast by reference. please see my code: #### motif_input(\@file2, \%GO); sub motif_input { use strict; use warnings; my ($file,...
19240 Mike Southern
mikesouthern Send Email
Jul 11, 2004
2:00 am
I haven't been through your code line by line, but a first thought is that it may be more practical to use the SQL limit parameter to obtain your listings. ...
19239 Jeff 'japhy' ...
evilffej Send Email
Jul 10, 2004
2:28 pm
... That is more clearly written as die "$0 requires some money!\n" if @ARGV == 0; Using $#arrayname should be done sparingly. ... This line has a syntax...
19238 michael watson (IAH-C)
mw55309 Send Email
Jul 10, 2004
11:58 am
I don't think you even need and / qw( A B C D etc) should work ... From: Gordon Stewart [mailto:gordonisnz@...] Sent: Sat 10/07/2004 09:58 To:...
19237 Gordon Stewart
gordonisnz@... Send Email
Jul 10, 2004
8:58 am
On Fri, 9 Jul 2004 18:13:10 -0700, Frank D. Gunseor ... Shouldnt there be a closing / aswell ? ( I dont use QW much..) -- G Stewart Now the Feds are urging...
19236 Frank D. Gunseor
fdgunseor Send Email
Jul 10, 2004
1:12 am
I think you're missing a "(": @letter=qw/A B C D E F G H I J); should be: @letter=qw/(A B C D E F G H I J); ... From: kloutot [mailto:kathryntate@...] ...
19235 kloutot Send Email Jul 10, 2004
12:45 am
I told my instructor that I was accused of cheating and I would like you guys to know that he supports any outside help, "as long as we are learning". With...
19234 Rob Dowell
tomthumbkop Send Email
Jul 9, 2004
4:55 pm
use Cwd; my $dir = getcwd; ... __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! ...
19233 Luca Ferrari
fluca1978@... Send Email
Jul 9, 2004
4:49 pm
Hi, I'm writing a few perl scripts which must deal with files and directories. I've found the functions readdir, opendir, etc. that allows the script to deal...
19232 Cristi Ocolisan
cristi_ocolisan Send Email
Jul 9, 2004
11:45 am
Hi everybody, I'm stuck trying to output multiple search results. I wrote this code and it outputs correctly the number of results pages as links, but it shows...
19231 Allan Dystrup
allan_dystrup Send Email
Jul 9, 2004
9:36 am
Oops! I wasn't aware this was an ILLEGAL copy - i thought it was a way to hook people on buying the 'hard copy' version... sorry / allan ... 777 0095 ... ...
19230 striplance Send Email Jul 9, 2004
4:41 am
Need several People with the following skills ASAP..... Perl/CGI PHP ASP C/C++ Java JSP Javascript XML Cold Fusion Flash Python Visual Basic .NET Script...
19229 Charles K. Clarkson
charlesclarkson Send Email
Jul 9, 2004
12:22 am
... Go to the link above and then click on the 'Submit Query' button. Don't fill anything in, just click the button with blank fields. I received an error...
19228 Karalius, Joseph
joeykaralius Send Email
Jul 8, 2004
5:01 pm
I upgraded perl on two machines to 5.8.4. However, modules seem to be only loaded into the directory of the previous perl version. Webmin also lists the old...
19227 searcydigest Send Email Jul 8, 2004
2:35 pm
... Thanks for the response. But I got a little confused with your statement. What you are saying is did work for you? I filled out the form to see if it...
19226 Dreadsoft® Corpor...
trenchtownman Send Email
Jul 8, 2004
10:09 am
I think the problem may arise when you convert $rawseq to $goodseq. Maybe some "junk-characters" remain in the string, so that they work like a... frame-shift...
19225 wadunn83 Send Email Jul 7, 2004
7:43 pm
Hello all. I am still a pretty green Perl user, but have a few functional programs under my belt. I am using perl to crunch DNA sequences for my lab. We have...
19224 Jeff Eggen
jeggen@... Send Email
Jul 7, 2004
7:18 pm
... [snip] ... Is this cgi, or mod_perl? If it's mod_perl, you have to rebuild it for the new Perl install. If it's cgi, check the path of the shebang line in...
19223 Karalius, Joseph
joeykaralius Send Email
Jul 7, 2004
7:13 pm
I recently upgraded to 5.8.4 from 5.8.3 and have been running into problems with upgrading perl modules. I have installed gd-2.0.27 and GD-2.12 from source...
19222 Charles K. Clarkson
charlesclarkson Send Email
Jul 7, 2004
1:06 am
... Pressing the 'Submit Query' button starts the program at /cgi-bin/guestbook.pl. Pressing that button with an empty form seems to indicate that the program ...
19221 searcydigest Send Email Jul 6, 2004
11:15 pm
http://www.searcydigest.com/guestbook/addguest.html here is the link to my guest book i'm trying to do. I am having trouble figuring out how to get it to load...
19220 Nick Keeling
keylight68 Send Email
Jul 6, 2004
4:54 pm
Try adding: print "Content-type: text/html\n\n"; before your other print statements. Perl is printing it out properly, however the browser needs MIME headers...
Messages 19220 - 19249 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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