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: 3766
  • 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 186 - 215 of 27464   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
215 Dan Boger
dan@... Send Email
Mar 9, 2000
7:49 pm
On Thu, 09 Mar 2000 10:45:23 -0800 "One" <b222b@...> wrote ... it's quite simple actually... use LWP::Simple; $page = get("http://www.lugnet.com"); ...
214 One
b222b@... Send Email
Mar 9, 2000
6:54 pm
Hi and thanks for any help in advance :) I am an experienced programmer...but a Perl novice...and put simply I was wondering how I could open a web page given...
213 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Feb 22, 2000
7:32 pm
There are several Perl lists on tha ActiveState (http://www.activestate.com) site - mostly aimed at Win32, but alot is cross-platform. There are also some...
212 Jeff Boes
jboes@... Send Email
Feb 21, 2000
3:56 pm
... Yes, here's a couple for you to check out: Fun With Perl: aimed more at clever tricks than at practical applications, but still moderately useful. I...
211 Michael Edmonds - ISD
m1edmon@... Send Email
Feb 21, 2000
3:48 pm
Does anyone know of a intermediate or advanced perl group, thanks Mike Edmonds ********************************************************************** This...
210 Jeff Boes
jboes@... Send Email
Feb 21, 2000
2:36 pm
Ah, I didn't pick that up from the original message. All you need to do then, is to capture the first two digits from the date: $the_date = $1; $the_date =~...
209 joachim@... Send Email Feb 21, 2000
2:30 pm
Thank you Jeff....... this is very informative and helpful. But only one thing...... the data comes a yymmdd........ as in 991212 through to 000221 My...
208 Suporte Técnico Ne...
suporte@... Send Email
Feb 21, 2000
2:28 pm
Hello all, Where can I find help in flock operators? I've searched in perlfunc, and the flock() section says "See flock(2) for definition of OPERATION", but I...
207 Jeff Boes
jboes@... Send Email
Feb 21, 2000
1:38 pm
... No problem. ... I'm really unsure why you need this. ... Personally, I'd replace all this 'validator&#39; stuff with the following block: die "Invalid input:...
206 joachim@... Send Email Feb 21, 2000
10:03 am
I am working with data that come as yymmdd...... but I would like to have a script that will rewrite the data as yyyymmdd This script is sort of no quite...
205 David E Newman
denewman@... Send Email
Feb 15, 2000
12:13 pm
... Kai, You could create a subroutine that takes a filename as an argument and returns an array. That's what I do. sub slurp_file_to_array { my $file_name =...
204 Kai Hintze
kai_hintze@... Send Email
Feb 15, 2000
1:26 am
Is there a one line way to slurp a file into an array? Instead of open(FILE, "file") || warn "couldn&#39;t open file"; @array = <FILE>; close(FILE); I would like...
203 Nikita
nikita@... Send Email
Feb 5, 2000
3:22 am
All perl modules are centralized at cpan.org. Now you know! ... From: "Frank Hale" <frankhale@...> To: <perl-beginner@egroups.com> Sent: Friday, February...
202 Frank Hale
frankhale@... Send Email
Feb 5, 2000
2:52 am
... No its not that I need to be more resourceful, its that since you suggested I take a look at those apps I figured then you should also know where to get...
201 Nikita
nikita@... Send Email
Feb 4, 2000
6:47 pm
Here's a guess: on your computer. If you didn't install them originally with the perl package (you should have h2xs at least), obtain it at cpan: type in the...
200 Frank Hale
frankhale@... Send Email
Feb 4, 2000
5:43 pm
... Okay where can I find these? Frank ===== ICQ: 7205161 http://sapphire.sourceforge.net - Another X11 Window Manager ...
199 Nikita
nikita@... Send Email
Feb 4, 2000
5:01 pm
Keep in mind you need wrappers, so take a look at h2xs, xsubpp, and SWIG O'Reilly&#39;s "Advanced Perl Programming" has an entire chapter on the subject. ... ...
198 Frank Hale
frankhale@... Send Email
Feb 4, 2000
3:46 pm
I would like to write some functions in C and then write a perl module to call these functions. Do I need to compile the C functions into a shared lib? How ...
197 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Feb 3, 2000
4:17 pm
You need to set the appropriate associations or script mappings in IIS. See the FAQ for details (in your ActivePerl docs or on the ActiveState site). - Eric...
196 AMIT BEHAL
amit.behal@... Send Email
Feb 3, 2000
8:29 am
Hello, I am new to Perl programming. I am using ActiveState Perl, installed under Win NT4 and am using IIS4. The problem is that, my perl script runs fine from...
195 Jeff Boes
jboes@... Send Email
Feb 2, 2000
4:26 pm
... No particular reason--the original file looked like the first line was "special" in some way, so I wanted to illustrate how you could separate it upon...
194 Jeff Boes
jboes@... Send Email
Feb 2, 2000
4:18 pm
... Any online bookseller is likely to carry it: www.bookpool.com www.fatbrain.com www.amazon.com You might even find a copy at www.ebay.com. I don't know...
193 Dan Boger
dan@... Send Email
Feb 2, 2000
4:14 pm
... just curious - why the seperation of the $header_line from the rest of the @lines? Dan...
192 Dan Boger
dan@... Send Email
Feb 2, 2000
4:13 pm
On Wed, 02 Feb 2000 11:35:46 -0200 Suporte Técnico NetAlfa <suporte@...> wrote ... well, since you can't tell perl to change just the one line, you...
191 Suporte Técnico Ne...
suporte@... Send Email
Feb 2, 2000
2:21 pm
Jeff, ... Thank you so much! Where cai I find the Perl Cookbook? One of the reasons that I'm in this list is that I don't find a good manual... -- Thanks in...
190 Jeff Boes
jboes@... Send Email
Feb 2, 2000
2:02 pm
... A very good source for answers to questions like these is the Perl Cookbook. I highly recommend it as your second Perl book. ... Perl's sequential file...
189 Jeff Boes
jboes@... Send Email
Feb 2, 2000
1:34 pm
... I should also put in a plug for my upcoming gig, "BEGIN {Use Perl;}" (title still tentative). It's a beginner's level monthly column starting in March at...
188 Suporte Técnico Ne...
suporte@... Send Email
Feb 2, 2000
1:33 pm
Hello all, It's my first message to this list, and I have 2 questions: 1) I need to change a line in a file. I know how to add a simple line, but I need to...
187 Greg Webster
greg@... Send Email
Feb 2, 2000
1:52 am
Thanks! BTW, if anyone wants to post mini-tutorials on here for beginners, feel free! Things like "How to use modules", "How to use multidimensional arrays",...
186 Jeff Boes
jboes@... Send Email
Feb 2, 2000
12:53 am
In case the resource hasn't been mentioned here on the list recently, I'd like to point out this: http://cgi.resourceindex.com/Documentation/CGI_Tutorials/ ...
Messages 186 - 215 of 27464   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