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: 3762
  • 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! I have some limited experience coding in Perl (mostly dealing with spreadsheets and other delimited text files). I'm trying to using the...
1 Jun 9, 2010
8:02 pm

mmwchang97101
Send Email

Does one have to open a file before using the stat command on a file? -- John Maclean 07739 171 531 MSc (DIC) Enterprise Linux Systems Engineer...
3 Jun 9, 2010
7:52 am

Bhavesh Vala
bhavesh_21_77
Send Email

Hi, I am very new to the Perl. And I have the following problem I have a file which has 1000s of variables: X1=0 Y1=1 B1=0 X2=1 …. X1000=1 I need to read...
2 Jun 9, 2010
6:30 am

Shlomi Fish
shlomif2
Send Email

Hi all, I want to know how to find the status, i.e. "next run time" and "last run time", of a task which is run through windows task scheduler. This is...
1 Jun 8, 2010
9:18 am

Amit Saxena
learn.tech123@...
Send Email

what's up with line six? The command seems fine to me :-/ cat test_dd.pl #!/usr/bin/env perl -w use strict; use warnings; my $dd_file_size = 2*10*(2**10); #...
2 Jun 6, 2010
4:19 pm

merlyn@...
merlynstoneh...
Send Email

Hi, I am trying to write a perl script to print all the given files in a directory with .zip extension which contains many subdirectories,so basically I have...
10 Jun 1, 2010
11:09 pm

merlyn@...
merlynstoneh...
Send Email

Hi all, I would like to automate, by building some ad-hoc scripts, some operations I have to do at the moment using a web browser. I would need to: -login ...
11 May 19, 2010
12:35 pm

Mauro Gatti
mauro.list
Send Email

I am reading in an input file. The file is a column of names and addresses. I then want to concatenate the name and address on one line with quotes and...
5 May 18, 2010
10:56 pm

Robert Binkley
leebinkley
Send Email

These 3 lines of code: if (fork()) {sleep 10; exit(0);} $SIG{'CHLD&#39;} = 'IGNORE&#39;; exit(system("/usr/lib/nagios/plugins/check_ping -H google.com -w 500,20% -c...
1 May 17, 2010
7:35 pm

Kelly Jones
kelly.terry.jones@...
Send Email

... Mon May 17 11:09:43 MDT 2010 0 In other words, the return value of the date command in an END subroutine overrides my desired exit value. How do I fix...
2 May 17, 2010
6:21 pm

merlyn@...
merlynstoneh...
Send Email

Hello all, Please let me know if anybody has any idea on the development of Complex Event Processing (CEP) applications in perl. I have been assigned a task...
1 May 11, 2010
2:44 pm

Amit Saxena
learn.tech123@...
Send Email

Hi, I'm familiar with the PHP version of preg_replace, but is this also a perl function aswell ? I've been to perldoc.perl.org (using the google search), &...
4 Apr 25, 2010
11:31 am

Sarah Fox
sarahfoxnz@...
Send Email

Suppose if i have the command something like this. $rc=system("cat sample;echo $?") The file sample is not there in the directory which i am executing the...
2 Apr 8, 2010
10:58 am

Shlomi Fish
shlomif2
Send Email

Hi, I am very new to Perl. Could someone please help me in writing the Following. I want to delete a line containing pattern from the file if it appears after...
3 Apr 7, 2010
7:53 pm

Edward Willekens
edwardwillekens
Send Email

Dear All, Can you provide me with good tutorial or book which can help me to get the concept of multidimensional array / hash and references in perl. -- Thanks...
4 Apr 3, 2010
5:20 am

Bhavesh Vala
bhavesh_21_77
Send Email

Date::Parse uses Time::Zone and the tz_offset() function which seems to have a problem: $ perl -le 'use Time::Zone; for $tz ("CST", "CDT", "CST6CDT") {print ...
1 Apr 2, 2010
4:21 pm

andy_bach@...
afbach1
Send Email

This code: perl -le 'use Date::Parse; for $tz ("MST", "MDT", "MST7MDT") {print str2time("04 Jul 2009 14:42:00 $tz");}' returns: 1246743720 1246740120 ...
1 Apr 1, 2010
10:12 pm

Kelly Jones
kelly.terry.jones@...
Send Email

Hi, I've recently joined this group, & checking the archives, I see it was full of spam (apparently, but there are deleted messages, so i can't be sure) since...
2 Mar 31, 2010
10:54 pm

merlyn@...
merlynstoneh...
Send Email

I've used this product and found it great for all types of charts... http://www.advsofteng.com/cdperl.html Highly cross-platform and highly customizable. ...
1 Mar 19, 2010
8:48 pm

Kevin Perez
conveyance
Send Email

Hi all, Great day !!!!!! I would like to ask your opinion on 1. Which is the best option for creating charts and graphs in perl. My requirement is to create...
1 Mar 19, 2010
5:52 am

Jins Thomas
hellojins
Send Email

Hi, written a perl script, which will connect to IMAP server, fetch emails according to the subject match, into a file. This file will be in MIME format, which...
1 Mar 16, 2010
11:30 am

sandeeptt
Send Email

How do I easily model first-in-first-out (FIFO) financial transactions in Perl? Example: % I buy 100 shares of XYZ for $8/share on Day 1, another 100 shares ...
3 Mar 10, 2010
7:33 pm

merlyn@...
merlynstoneh...
Send Email

Hi, We've stopped the spam (from new members not on the group) But the group has gone quiet. Has anyone got any queries / Projects ? Gordon....
2 Mar 3, 2010
12:10 pm

Kevin Perez
conveyance
Send Email

I need to create a perl script that send some information from a sml file to a service running in a Windows station. This service was develeped in Delphi and I...
3 Feb 27, 2010
5:52 pm

thanga durai
durai_34
Send Email

It appears that dots in hash keys is not allowed. Is that correct? The results are certainly unpredictable....
4 Feb 27, 2010
3:47 am

Yanto asnawi
yanto_asnawi
Send Email

what is the difference between $x=12; sub abcd { $x=0; print $x; } and $x=12; sub abcd { local $x=0; print $x; }...
4 Feb 27, 2010
12:56 am

Piroska Devay
piroskadevay@...
Send Email

what is the difference between $x=12;sub abcd {$x=o;print $x;}and$x=12;sub efgh{local $x=0;print $x;} The INTERNET now has a personality. YOURS! See your...
2 Feb 26, 2010
3:04 pm

Shlomi Fish
shlomif2
Send Email

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the perl-beginner group. File :...
20 Feb 24, 2010
5:09 am

perl-beginner@yahoogr...
Send Email

This is wonderful news. I'm staying. barjesse37 [Non-text portions of this message have been removed]...
1 Feb 24, 2010
1:59 am

barjesse37
Send Email

Good day, The Perl-Beginner Yahoogroup is under new ownership. I am in contact with the other moderators, and will send out further information in the next few...
2 Feb 21, 2010
9:37 am

Paul Llido
pllideau
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