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: 3761
  • 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

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

"perldoc perlfunc" . Basically the use of "my" is for scoping local variables... ... _________________________________________________________________ Get your...
2 Feb 1, 2001
3:53 pm

Foster, Russell J.
RFoster@...
Send Email

Not really sure in WinBlows, but in unix land: # perl -MCPAN -e shell cpan> install <module_name> See perldoc CPAN for more info. HTH, Mike ... -- Linux:...
1 Feb 1, 2001
7:12 am

cajun@...
Send Email

... Seems ok to me, but one thing that may / maynot catch you by surprise is the following: next if $i=~/^\./; # skip the . and the .. files you may want it...
2 Feb 1, 2001
7:09 am

cajun@...
Send Email

I'm having trouble coming up with a way to do this. I have a directory with multiple files and subdirectories in it. I am only interested in files that have...
1 Feb 1, 2001
6:31 am

cajun@...
Send Email

Hi Experts.., I have a problem which seems a bit complicated to me. The problem is i have a list of email address, UID Number, FirstName, Surname in a csv file...
4 Jan 31, 2001
3:43 pm

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

... [snip] ... Not exactly -- they will retain those values for the 'duration&#39; of that sub, meaning that any other subs called from within that one will also...
1 Jan 30, 2001
6:24 pm

Andrew Johnson
andrew-johnson@...
Send Email

... Hi Rahul, Try having a look at the Net::FTP manual, there is some quite useful stuff there (FTP.pm) Heres a snippet: NAME Net::FTP - FTP Client class ...
1 Jan 30, 2001
9:18 am

Kul
aka.Kul@...
Send Email

Hello, Could anyone tell me how to connect to a database and get all information about a particular table. Like I want to connect to the oracale database using...
1 Jan 30, 2001
6:15 am

Zabil Cheriya Maliackal
zabilcm@...
Send Email

Hi all, Any idea how to use ftp in Windows environment. I want to write a perl script for Windows to ftp a file to/from a Unix machine. Thanks in advance, ...
1 Jan 30, 2001
5:51 am

Rahul Jain
rahul_jain@...
Send Email

Greetings, I'm trying to find a PERL script that will read a bunch of text files in a specific directory, look for a substring that varies in each file and...
3 Jan 30, 2001
2:34 am

Don Smith
dmsmith@...
Send Email

Hi, Anyone know of a quick and easy way to change a file but retain the orginal file-mod times? TIA, Cyndie...
1 Jan 29, 2001
11:12 pm

cyndie@...
Send Email

1. It is an abbreviation for $cart_content = $cart_content . "Subtotal:  " . &display_price($total_cost) . "\n"; A common operation is to modify an...
1 Jan 29, 2001
11:11 pm

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

I've spent the last couple of years building well-known e-commerce sites using Perl, mod_perl, etc. Turns out that a fair amount of my time was spent teaching...
1 Jan 29, 2001
6:48 pm

jqcordova@...
Send Email

hello: I had wrote a program using in place editing of perl to replace some of the line in a text file. When i tested the code in linux command prompt, the...
3 Jan 29, 2001
6:37 pm

daymobrew@...
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