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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello to everybody, i am an absolutely Perl Beginner, so I guess that this might be the right way to solve my problem :-) I wrote a program that reads an ascii...
5 Feb 6, 2001
7:30 pm

daymobrew@...
Send Email

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...
6 Feb 6, 2001
7:12 pm

obrienta@...
Send Email

Hi. I can't find information about how to redirect to other page. With PHP, I can do a header("Location: url.htm"). How I can do this with perl? Thanks Rafael...
9 Feb 6, 2001
2:55 pm

Oliver Manickum
oliver@...
Send Email

Is there a good FAQ on how to get started using Perl with an IIS web server? Thanks much -...
7 Feb 6, 2001
2:25 pm

Smith, Eric - WPAFB/Y...
eric.smith@...
Send Email

Hello Charles, Thank you for your clear explanation, that really helped. Best of all I understand a lot more now, not everything, but a lot more :-) It took...
7 Feb 6, 2001
2:15 pm

Smith, Eric - WPAFB/Y...
eric.smith@...
Send Email

I am looking for a professional solution in order to have a "Refer/E-mail a Friend" script. This will have to be able to handle 100s of simultaneous e-mails...
3 Feb 6, 2001
1:04 pm

Guillermo Pereyra Irujo
gpirujo@...
Send Email

Mike wrote: [snip] ... Not having to declare variables is a nice thing for little scripts and one liners. But for larger programs, use strict (and warnings) is...
2 Feb 6, 2001
9:53 am

Mike Lewis
cajun@...
Send Email

Hello all once again, first off incase there was any doubt I want to say that I'm greatfull for all the help I had gotten to my last post. Now on to business,...
1 Feb 5, 2001
7:02 pm

slavik944@...
Send Email

I'm not sure what you want to do, you have the values one per row in the file? Then the code below will work fine. If you have several values per line, then...
2 Feb 5, 2001
6:22 pm

Franki
frankieh@...
Send Email

From: "Franki" <frankieh@...> ... perl ... "<tr><td>$squantity</td><td>$sdescription</td><td>$ssubtotal</td></tr>&#92;\n"; ... Do you want $srow_count to...
1 Feb 5, 2001
4:59 pm

Charles K. Clarkson
c_clarkson@...
Send Email

Hello, I want to command a little mecanic robot with is connected on the lpt port of my linux computer. i have to write directly on the LPT port , something...
3 Feb 5, 2001
4:45 pm

Franki
frankieh@...
Send Email

There are several quite knowledgable Perl folks here, so I thought I would start a discussion on two topic that I am having trouble on getting the definition...
3 Feb 5, 2001
8:34 am

Joel Hartshorn
joelha@...
Send Email

Hi! I'm a relative newcomer to Perl and I have a string array in one sub which I need to keep in scope so I can print it in a later sub. I do not know how to...
2 Feb 4, 2001
6:41 pm

jkeen@...
Send Email

From: "Hans" <hansfong@...> ... No excuse needed, this is a group for newbies. Welcome. ... 1 #!/usr/bin/perl -w 2 # 3 open(FH,"456-459.html&quot;); 4...
1 Feb 4, 2001
12:27 am

Charles K. Clarkson
c_clarkson@...
Send Email

I'll answer the first question.... ... I'm guessing you just want the data displayed with the most recent at the top (and don't really care how it is logged). ...
6 Feb 3, 2001
5:09 pm

Vaughn Reavis
vreavis@...
Send Email

It looks like the DBI and DBD packages together have an Oracle interface. use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname&quot;, $user, $passwd); $dbh =...
1 Feb 3, 2001
4:24 pm

Smith, Sheldon
sheldon.smith@...
Send Email

Perl newbie here, so excuse my ignorance. I found the thread on removing the first 10 lines very interesting. I'm trying to do something with multi-line...
1 Feb 3, 2001
9:57 am

Hans
hansfong@...
Send Email

I wrote this sub while trying to learn how wantarray worked. It uses a hash of hashes to store and write a ini file. It should get you started. If you need...
1 Feb 2, 2001
11:47 pm

Charles K. Clarkson
c_clarkson@...
Send Email

Not only did it work but it worked on the first try!!! Thanks a bunch Mike and Happy Ground Hog Day! ... -- Tom Roth • tomroth@... • tel...
1 Feb 2, 2001
9:29 pm

tomroth@...
Send Email

I am using ActiveState&#39;s 5.6 distribution of Perl. I'm writing a Perl program to call InstallShield&#39;s PackageForTheWeb. Before I call PFTW, I have to modify...
1 Feb 2, 2001
6:59 pm

daymobrew@...
Send Email

Hey guys-- I'm a total beginner in Perl and was wondering how to implement a session (or a kind of). A friend told me that using cookies is a way. Does anyone...
6 Feb 2, 2001
5:35 pm

Kai Hintze
kai_hintze@...
Send Email

... Does your cgi script have a use strict in it? Have your tried running the script as a non cgi? Have you looked in the server error logs? Regards Kul...
3 Feb 2, 2001
6:51 am

cajun@...
Send Email

Hello once again all, I have been assigned a project at work that requires the following. Access a webpage and gather the data from it. From what I ...
2 Feb 2, 2001
12:51 am

daymobrew@...
Send Email

... read a line and throw it away. Eg., open(DATA, "< $filename"); <DATA>; # throw first line away while ($line = <DATA>) # process rest of file ... If...
7 Feb 2, 2001
12:39 am

Charles K. Clarkson
c_clarkson@...
Send Email

http://acssun.pstcc.cc.tn.us/~cchilder/cst2665/notes/ch7.html This link will take you to a page that has some info on how to take data from html web pages. ......
2 Feb 2, 2001
12:18 am

Charles K. Clarkson
c_clarkson@...
Send Email

... From: "Hanson, Mark" <Mark.Hanson@...> ... Oh, sure!? Ask an easy question. :) Last time I checked there were about 580 members on this list; So...
1 Feb 2, 2001
12:08 am

Charles K. Clarkson
c_clarkson@...
Send Email

From: <webmaster@...> ... Okay, maybe I'm too much a beginner, but what precisely is a session? ... Take a look at webmonkey: ...
1 Feb 1, 2001
11:36 pm

Charles K. Clarkson
c_clarkson@...
Send Email

I wanted to know if there is a way to take a string and start at a specific part of the string (line) and go to a specific part and then take off the leading...
7 Feb 1, 2001
11:23 pm

Kul
aka.Kul@...
Send Email

Hi, I have a script that writes to a log file like this: open(LOG,">>$logfile"); print LOG "$tries | <b>$name</b> downloaded <b>$filename&lt;/b> $logline\n"; ...
1 Feb 1, 2001
7:43 pm

tomroth@...
Send Email

Greetings, I'm trying to find an example of a script that will take the contents of a pipe delimited text flat file (potentially very large), and write it into...
1 Feb 1, 2001
4:45 pm

Don Smith
dmsmith@...
Send Email
  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