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

sorry my last post had the wrong email..... Has anyone used perldoc before? I can't understand how to run it. We have built some modules..below is an example...
2 Feb 9, 2005
8:52 pm

Paul Archer
tigger@...
Send Email

I'm an Oracle DBA attempting to install Perl 5.8.6 so I can start experimenting with DBD/DBI:Oracle for use as a application development environment. My...
1 Feb 9, 2005
6:39 pm

Adams, Matthew (GE Co...
matt.adams@...
Send Email

Has anyone used perldoc before? I can't understand how to run it. We have built some modules..below is an example of how I am trying to run it. Can someone let...
1 Feb 9, 2005
6:08 pm

sroth1979@...
noggin_1979
Send Email

I was playing around with a script the other day when I noticed that despite the fact that I had warnings turned on, I wasn't getting a warning that I had used...
5 Feb 9, 2005
12:41 pm

daymobrew@...
daymobrew
Send Email

Hello, I would like to implement multicast functionality in Perl. I have found the following IO:Socket:Multicast module in CPAN ...
3 Feb 9, 2005
4:16 am

lakshmi.sailaja@...
Send Email

Please do not change your subject line and apply to terrafirmapune@... Greetings! _________________________________________________________________ We...
1 Feb 8, 2005
6:14 am

Madhura Kulkarni,Terr...
terrafirmapune
Send Email

Hi, I have a timestamp field of the format "Feb 28 23:55:09". I am trying to increment the time using Perl by say 10 mins and get the result as "Mar 01...
5 Feb 7, 2005
7:01 pm

Paul Archer
tigger@...
Send Email

Hello, I would like to implement multicast functionality in Perl. I have found the following IO:Socket:Multicast module in CPAN ...
6 Feb 5, 2005
10:02 am

lakshmi.sailaja@...
Send Email

Can anyone point me in the right direction to encode standard ASCII characters to UTF-8 encoding? I tried a couple modules I found on CPAN, but I haven't been...
1 Feb 4, 2005
7:01 pm

Jon Morris
v_jmorri
Send Email

Greetings! Many webmasters and software companies already use outsourcing to increase their income. Try it one time and you will like it! Post your project for...
4 Feb 4, 2005
3:13 pm

Achmad Dhani
putra_macazzar
Send Email

I wrote this script to access the keyword feature of the IPTC metadata standard for image files. The script can add and remove keywords, as well as search for...
1 Feb 3, 2005
2:39 am

Paul Archer
tigger@...
Send Email

I don't like spam. ... From: "Unified Technologies Pvt. Ltd." <smitha.r@...> To: <perl-beginner@yahoogroups.com> Sent: Thursday, January 27, 2005...
2 Jan 31, 2005
2:53 pm

Scot Robnett
web4success2...
Send Email

i'm a bigners in perl. plz mention me any useful line from where i can cover perl in one month. thanks Yahoo! India Matrimony: Find your life partneronline. ...
9 Jan 30, 2005
1:07 am

Robin
infusedlight
Send Email

I'm trying to come up with a recursive function to parse keywords and aliases, but I haven't done anything recursive before. I would like to do this myself,...
4 Jan 28, 2005
12:45 pm

Alan
acummingsus
Send Email

I described this the other day, and got some help. I've now got code, but it's clunky and not working right. Here's the situation: I have a hash whose keys are...
3 Jan 27, 2005
9:13 pm

Paul Archer
tigger@...
Send Email

We take this opportunity to introduce TechUnified, an ISO 9001:2000 Certified Company. (www.techunified.com) is funded by $100 million dollar STC group of Oman...
1 Jan 27, 2005
7:51 am

Unified Technologies ...
techunifiedblr
Send Email

Hello, I'm using a perl function in my PosgreSQL database to send an email. However, field data containing single quotes causes the function to fail. I'm...
9 Jan 26, 2005
4:27 pm

Haron, Charles
charles.haron@...
Send Email

I'm using the Text::Query::ParseAdvanced module, but it's throwing an error because it has a subroutine that uses prototyping, and that subroutine tries to...
5 Jan 26, 2005
3:00 pm

Paul Archer
tigger@...
Send Email

can any one help me with a perl program (code) to illustrate nesting of subroutines.thz...
8 Jan 26, 2005
2:43 pm

Scot Robnett
web4success2...
Send Email

Hi, I wonder how to put a log file beside use open and close because I would like to log every detail in the log. Something like script command in the unix. ...
1 Jan 26, 2005
1:11 am

Wang, Cody-SH
codywang
Send Email

Hello, this code gives an infinite loop and I don' t see why. Help welcome. getWday is a function giving the day of week (0 sunday, 6 saturday); Week function...
7 Jan 25, 2005
11:48 pm

Jonathan Paton
jepaton@...
Send Email

I would like to talk voice to someone about semaphore files..... If you reply in private I will spend my dime calling you. prefer someone in the USA.... cause...
1 Jan 25, 2005
4:23 pm

Luinrandir@...
Luinrandir
Send Email

Hi All... I have two hash tables. 1. $db_class{class}{student}{name} = xyz; $db_class{class}{student}{age} = 12; $db_class{class}{student}{roll_no} = 123; And...
4 Jan 25, 2005
2:15 pm

YogS
yogi_raj_143
Send Email

Hi, The enclosed works on Linux for me. What term(s) (file io?) in the help for how to delete a file? (using Perl), since, I also need a version that works on...
2 Jan 24, 2005
2:05 pm

Paul Archer
tigger@...
Send Email

hi ! I am newly join this group I hope i will get help from u all my doubt is : how to convert perl to exe can anybody explain me? thanks in advance...
4 Jan 23, 2005
9:48 pm

Mike Flannigan
mikeflann
Send Email

Hi I am getting an error in my perl code : Malformed UTF-8 character (unexpected continuation byte 0x92, with no preceding start byte) in require at...
1 Jan 23, 2005
10:57 am

Gramya@...
Send Email

Hi Is it possible to call a method in PERL from another PERL program? a.pl and b.pl are the 2 files From a.pl, how can one access the connect() method present...
4 Jan 22, 2005
3:15 pm

merlyn@...
merlynstoneh...
Send Email

Hi I have a perl program in my Linux home directory. How can I use this program to read a file in the same Linux IP but with different username and password? ...
3 Jan 21, 2005
1:13 pm

merlyn@...
merlynstoneh...
Send Email

I need to create a file from the data present in two tables (Table A and Table B) of Oracle database. One record from table A should be populated as the first...
1 Jan 21, 2005
11:01 am

srinimoorthy
Send Email

Hi! Are you IT freelancer or owner of software company? You have a good chance to get projects on new IT marketplace site: http://www.RainbowJ.com Tens of...
1 Jan 20, 2005
8:10 pm

kumar php
kumarphp
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