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

Hi Damien, Thanks, it worked, but I need also to know the corresponding key of that first 3 values? BRgds, Richard "Damien Carbery" <daymobrew@...>...
5 Jul 3, 2003
1:04 am

richardb@...
Send Email

Dear perlmedian, The goal is to connect to a remote machine, get a 'config&#39; file from the machine, read that config file and get more files based upon what...
3 Jul 2, 2003
10:00 pm

greg.hering@...
glhering
Send Email

It does seem to have made it to ppm yet. Try http://www.roth.net They also have a new beta. Leon ... From: dawn_dach [mailto:dawn_dach@...] Sent:...
1 Jul 2, 2003
9:11 pm

Stern, Leon
painter_man
Send Email

ODBC won't install. I'm using Active State 5.8.0 on NT 4.0 OS If I type: ppm> install Win32::ODBC I get this: Searching for 'Win32::ODBC' returned no results. ...
1 Jul 2, 2003
8:49 pm

dawn_dach
Send Email

What is happening when I push onto an array I haven't declared? I thought with 'use strict' you had to use the 'my' operator first. I also thought I had to...
2 Jul 2, 2003
8:45 pm

perlmedian
Send Email

Hello everyone! Can somenone tell me what the following regex means? "(?k:(?k:$_[0])(?k:[^\\n]*)(?k:\\n))" what is the k?? What does it means?? This gives me...
1 Jul 2, 2003
6:54 pm

nunleva
Send Email

You do not need to have Ocacle on the same machine as the Perl DBD machine. You can install it without any Ocacle software too ... In order for me to install...
1 Jul 2, 2003
6:34 pm

Nick Keeling
keylight68
Send Email

In order for me to install Oracle DBD, do I need to have some type of Oracle software running on the machine that I want to install the DBD on? Is it possible...
1 Jul 2, 2003
5:16 pm

Joe Catanzaro
joecatanzaro
Send Email

Hi, I have a two dimensional array @results. Is there a way to make a direct search on that array using grep? Thanks a lot, Sai....
1 Jul 2, 2003
2:56 pm

saikumar_durga
Send Email

Hi, I want to extract decimal numbers from a string which contains blanks. There can be 0-2 such numbers inside the string. How to do this? I tried the...
2 Jul 2, 2003
1:08 pm

Jenda Krynicky
jendaperl
Send Email

if ($subj !~ m/$subject/i){ while ($subject =~ m/^ /i){ $subject =~ s/^ //i; } print "Subject 1A: '$subject&#39; - '$subj&#39;\n&#92;n"; $subject = "$subj $subject"; print...
6 Jul 2, 2003
9:51 am

Gordon Stewart
gordonisnz
Send Email

I'm having difficulty in getting the first 3 highest values in a hash, can somebody help me (spending many hours, figuring this out) e.g %hash=( 1=>2, 2=>10, ...
2 Jul 2, 2003
8:48 am

Damien Carbery
daymobrew
Send Email

Hi there, i want to work with an Oracle Database. When i was programming in VB i used ODBC. Is there something similar in perl? It would be really nice if...
1 Jul 2, 2003
7:27 am

yolina24
Send Email

Just tested from work today The script (I thought was fixed last night) now allows duplicates of subject header tags :-( (same as yahoogroups..) - it SHOULD...
1 Jul 2, 2003
12:18 am

Gordon Stewart
Gordon.Stewart@...
Send Email

I have a class derived off Net::FTP. My class gets a remote XML file, parses it, and sticks the results in a local member so it can be used from other member...
1 Jul 1, 2003
9:16 pm

greg.hering@...
glhering
Send Email

Well I have a project I want to make better. I need to make a program that can show a tree/web relationship between items. The relationships are easy to...
1 Jul 1, 2003
7:32 pm

perlmedian
Send Email

Hey! Request for XML (really probably basic perl datatypes) understanding. This has the short data, short code and short output, but altogether it gets long....
3 Jul 1, 2003
4:28 pm

greg.hering@...
glhering
Send Email

Dear Jos, Thanks for writing back. I don't think I understand your suggestion. Admittedly, I am a beginner, but this is not what I had expected from reading...
1 Jul 1, 2003
3:54 pm

greg.hering@...
glhering
Send Email

Dear Srik, Pass $resfile to one of these as the second argument. package Mycommon; use strict; use vars qw($VERSION); $VERSION = '0.01'; use MIME::Lite; use...
1 Jul 1, 2003
3:09 pm

greg.hering@...
glhering
Send Email

I found the solution on cpan: $tee->flush(); [http://theoryx5.uwinnipeg.ca/CPAN/data/IO-Tee/Tee.html] I'll make sure I read the perltoot man before posting any...
1 Jul 1, 2003
12:14 pm

Srikanth Madani
srikanthm@...
Send Email

Hi all, I found the problem (a friend helped me out!) - I use the IO:Tee module as : $tee = IO::Tee->new ( ">$resfile&quot;, ">&1"); And when I try to do something...
1 Jul 1, 2003
11:45 am

Srikanth Madani
srikanthm@...
Send Email

Greetings, Mongers! The following code refuses to mail the contents of $resfile to me : if (defined $ARGV[1]) { print "\nDiag:To check if resfile is still...
1 Jul 1, 2003
8:40 am

Srikanth Madani
srikanthm@...
Send Email

For the following script can any one help me to create a log file wud be appreciated help asap rgds venkat ...
1 Jul 1, 2003
7:51 am

Vema Venkata
venkatsb@...
Send Email

Req No SSAI-Saudi-26062003-Req1650 Must have skills Perl, Java and Java Scripts Programming experience. Oracle DB development experience. Web Development...
1 Jul 1, 2003
7:49 am

joinbng
Send Email

Req No SSAI-Saudi-26062003-Req1650 Must have skills Perl, Java and Java Scripts Programming experience. Oracle DB development experience. Web Development...
1 Jul 1, 2003
7:48 am

joinbng
Send Email

Hi All, I need to remove all the \n from a string. I have been trying: $string = s/\n/ /g; However, this seem to not to return anything. Any suggestions? ...
18 Jul 1, 2003
3:20 am

Jeff 'japhy' ...
evilffej
Send Email

... <snip> ... But, if you expect the Perl script to change your directory for your current shell session, you're going to have to try something different. The...
1 Jun 30, 2003
1:22 pm

Jeff Eggen
jeggen@...
Send Email

I need to be able to emulate a web browser. What I need is to be able to hit a certain web page from perl, read the response and use that response in any way....
2 Jun 30, 2003
1:15 pm

Jenda Krynicky
jendaperl
Send Email

Hi there, i'm supposed to write a program for creating a windrose...although i have no idea how to do that. i have worked a bit with the module GD::Graph, but...
1 Jun 30, 2003
9:29 am

yolina24
Send Email

Hi all : Could anyone tell me how I could move between the directories ( or change the present working directory ) with any perl command ?? I have tried these...
2 Jun 30, 2003
8:26 am

Damien Carbery
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