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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

That looks like pretty clean code to me. Only two suggestions. 1. Have you thought about declaring all variables at the top of your code? It's a habit I got...
9 Nov 5, 2002
9:48 pm

Nathan.Jeffrey@...
Send Email

Not a bad idea as far as I know Will. Given that I'm much more of a presentation layer developer I'd like to pass on some SEO (Search Engine Optimation)...
5 Nov 5, 2002
3:29 pm

Charles K. Clarkson
charlesclarkson
Send Email

Hello, Another newbie question: Given the following lines of code: -- #!/usr/bin/perl print("Enter \"A - F\", One Line at a Time or \"-99\" to Quit: \n"); ...
3 Nov 5, 2002
12:01 pm

Rick
Starrcrost
Send Email

Hello I have a perl script and a package. To access functions in the package I have to put the use <packagename> pragma into the perl script. What I want to do...
1 Nov 5, 2002
10:29 am

Lange Gunter, CH
gtigerl
Send Email

Greets Folks, I came up with an idea for a script. I havent tried it yet, but I wanted to ask to see what you folks think of it. I was wondering if it would...
1 Nov 5, 2002
6:20 am

Will
self_deprecated@...
Send Email

Hi All, I am getting the following error while trying to connect Perl to UDB on AIX. I had it working for a few months and now I am getting this error. ...
1 Nov 4, 2002
8:57 pm

patterson_michael
patterson_mi...
Send Email

Hello in one of our scripts i have found the following statement : my $var =~ y/'\n'//d; As far I understand the statement deletes the trailing newline. As my ...
7 Nov 4, 2002
7:01 pm

Franki
frankhauptle
Send Email

Hello Will, I am also a beginner. I think your question is a good one, and your sentiments are felt by many people starting to learn something new. I have...
1 Nov 4, 2002
2:04 pm

William Martell
willmartell
Send Email

Greets All, I found a script with a bunch of stuff in it that I want to learn, but I dont know where to begin studying it. Most of it occurs in the beginning...
1 Nov 4, 2002
10:18 am

Will
self_deprecated@...
Send Email

I'm having some trouble upgrading from 5.6 to 5.8 on OS X. I can't get the "make" command to go. I get a message saying "make command not found". Am I doing...
5 Nov 3, 2002
9:37 pm

Nathan.Jeffrey@...
Send Email

Hail, How do I open open 2 new browser windows when submitting a Form in a CGI script as follows: ======== if ( $action eq "Submit my AD!" ) {verify_form(); ...
2 Nov 2, 2002
4:10 pm

Krisztian Szabo
tensor_hu
Send Email

Hello all, I have a perl script that processes a binary file with variable lenght records in it. I'm trying to split it into several binary files, one per...
6 Nov 2, 2002
12:48 am

prakash
prakash@...
Send Email

To extend on that idea, I will tell you what I did to standardize the layout of pages on my company's intranet. I made a script that has the following...
1 Nov 1, 2002
8:15 pm

Jean-Sébastien Guay
Jean_Seb
Send Email

How do I add a header and footer to web pages with out adding anything to the web pages them self....
2 Nov 1, 2002
7:26 pm

Damien Carbery
daymobrew
Send Email

Friends, I need a PPT to text converter. I started writting something using OLE. I have pasted the code that I have so far. I open a PPT, save it as rtf and...
2 Nov 1, 2002
7:06 pm

Sumit
sumit_827@...
Send Email

Hi there, I am just starting out with VB and I am no too sure how to do this but I am doing a program with MDI forms. The program is soppsed to output the...
3 Nov 1, 2002
5:21 pm

Greg
webmaster_bmw
Send Email

Hello everyone, I don't know too much about perl programming so please excuse me if this is a dumb question. I'm writing a program that reads two files. Each...
3 Nov 1, 2002
4:39 pm

dmaltez2002
Send Email

Messages Messages Help Reply | Forward | View Source | Unwrap Lines | Delete Message 11004 of 11022 | Previous | Next [ Up Thread ] Message Index...
1 Nov 1, 2002
3:51 pm

garretjcollins
Send Email

I've read several times that $` $& and $' are inefficient and that they should be avoided. I've also read (if I remember correctly) that they are no longer...
3 Nov 1, 2002
12:35 pm

Jenda Krynicky
jendaperl
Send Email

Does anyone know if this is Perl code? To what language does FetchRow() belong? if( $server1->Sql( "select * from table22 where name = '$name&#39; ")) while...
4 Oct 31, 2002
9:37 pm

prakash
prakash@...
Send Email

Hi Gang, I'm still not very deep into regular expressions, but I need to see if a variable is a name of an IP address. The problem that I'm having is that the...
8 Oct 31, 2002
9:30 pm

Nathan.Jeffrey@...
Send Email

How about using LDAP with Active Directory? I'd had good success using it. I can provide some sample code, if you're interested. N Mark Sutfin...
2 Oct 31, 2002
4:54 pm

Mark Sutfin
msutfin2
Send Email

Is it possible to execute a PHP script within a Perl shopping cart? It is printing the code but will not execute it? Any help please???? Thanks, Natalie. ...
5 Oct 31, 2002
4:38 pm

Octavian Rasnita
orasnita@...
Send Email

Hello all, I am busy this week converting wwwboard 2.0, an old Matt script, for a client's site update. There is piece of code I do not grasp. I am not unix...
2 Oct 31, 2002
5:05 am

Richard Maynard
ephur@...
Send Email

Hi everyone, I am trying to split some data from one file and have its output go to a different named file. This is what I have so far: #!C:/Perl/bin/perl -w ...
6 Oct 31, 2002
4:14 am

loudawg32001
Send Email

never mind stupid me i was using the wrong path to sh ... From: Damien Carbery To: perl-beginner@yahoogroups.com Sent: Wednesday, October 30, 2002 8:50 AM ...
1 Oct 30, 2002
11:23 pm

Admin
power_of_wolf
Send Email

Hey Keith, Change your ' to "" <snip> From => 'webbot@...', To => " $ARGV[0] ", Subject => '[ gdMySQLBackup ] - $ARGV[1] backup has Finished', Type...
5 Oct 30, 2002
11:11 pm

Nathan.Jeffrey@...
Send Email

Depends if it's executable or not. If it's executable, then it's just like any other program. If it's not executable, then you'll need to run a shell, and pass...
1 Oct 30, 2002
11:09 pm

Nathan.Jeffrey@...
Send Email

How do I run a shell script?...
2 Oct 30, 2002
4:50 pm

Damien Carbery
daymobrew
Send Email

I am a little new here, been looking at perl for about a month, but I ... #!/usr/bin/perl -w use MIME::Lite; $msg = MIME::Lite->new( From =>...
1 Oct 30, 2002
2:11 pm

Keith Wilson
StrobeLightH...
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