Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Hi,    I think I can post the  issue related to 'mechanize' here.    I am using www::mechanize to login and logout to a particular page.    When I...
1 Nov 22, 2009
4:47 pm

alok nath
aloknathlight
Offline Send Email

Hi, I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight, and I ran in to the below error, while...
4 Nov 10, 2009
3:35 pm

merlyn@...
merlynstoneh...
Offline Send Email

Hi All, Using GD::Graph::pie, I have created a pie chart. But, I am unable to add a legend to the chart. Is there any provision to add legend to a pie chart ? ...
1 Oct 20, 2009
5:43 am

srinivas reddy
reddysrinivas_k
Offline Send Email

I'm using Net::SSH::Perl it my Perl script. The problem is because of OS upgrades and what other reasons I'm not aware of the SSH key gets changed from time to...
2 Aug 27, 2009
7:47 pm

merlyn@...
merlynstoneh...
Offline Send Email

On Windows, can a file that is deleted with the unlink command be recovered? If so, is there a way in Perl to delete a file so that the deleted file is...
3 Aug 19, 2009
6:22 am

vivek kumar
kumarvivek_2001
Offline Send Email

Let's say I have this snippet: $_ = "test"; my $thing = "test"; if (/^$thing/) { print "Yah!\n"; } else { print "booo...\n"; } It correctly prints "Yah!". If...
10 Aug 10, 2009
4:30 pm

Jenda Krynicky
jendaperl
Offline Send Email

excuse i think that you must use this function index string , $thing ... From: MAJID AGHA AMINI <amini4@...> Subject: Re: [PBML] Re: Regular Expression...
1 Aug 6, 2009
9:25 pm

MAJID AGHA AMINI
amini4
Offline Send Email

Hi everyone, I am preparing a script to extract certain data from a file. The file is stored at the location specified in the variable $dir_path below. There...
4 Aug 2, 2009
4:06 am

Vivek Kumar
kumarvivek_2001
Offline Send Email

Hi all, How can I stop my find script to go into sub directories and stay in specific directory = "dir2" only? $directory="..\/dir1\/dir2"; @ARGV =...
7 Jul 26, 2009
4:19 pm

merlyn@...
merlynstoneh...
Offline Send Email

Note: I'm new to using the mailing list - my apologies if I'm doing anything incorrectly. I'm having a problem with parsing some CSV data. I'm using ...
1 Jul 22, 2009
6:08 pm

johnethompson2001
johnethompso...
Offline Send Email

According to "man perlrun", the "-0777" option sets $/ to 0777 and slurps files whole. This works fine. However, when I did 'local $/="0777"' in a script, it...
2 Jul 18, 2009
6:57 pm

Jeff Pinyan
evilffej
Offline Send Email

Hi all, I need help regarding the approach to find out matched and unmatched entries between two files using perl. As the number of lines in the files would be...
2 Jul 16, 2009
2:40 pm

Amit Saxena
learn.tech123@...
Send Email

How can I see the origin of some method? i.e. - where (in what file, or package) was defined this sub?...
2 Jul 15, 2009
8:38 am

Arun Pandey
arunp@...
Send Email

Hi, I wrote following program to send an email to my email id, looks like it is running. But when I checked my mailbox, does not find any email. Can anybody...
1 Jul 15, 2009
5:53 am

Bilashi Sahu
bilashi_sahu
Online Now Send Email

Hi, My script to add a new user is below, written on solaris 10. Running it using either of these two ways (one with double quotes around the second parameter...
29 Jun 25, 2009
9:40 am

Shlomi Fish
shlomif2
Offline Send Email

Hi all, I'm a beginner in Perl and I slowly started writing small programs in it. While I was playing with the if and while loops in Perl, I got into a really...
10 Jun 13, 2009
10:37 pm

Shlomi Fish
shlomif2
Offline Send Email

I've used Perl SSH on a number of occasions in the past but nothing series. Now I need to get series, does anyone know some good web sights I can go to get...
2 Jun 9, 2009
10:44 pm

Robert Lee Binkley
leebinkley
Offline Send Email

perl -le 'printf("%f %f %f\n", 4294967295, 2147483647*2**32, 2147483647*2**32+4294967295)' 4294967295.000000 9223372032559808512.000000...
4 Jun 4, 2009
2:00 am

merlyn@...
merlynstoneh...
Offline Send Email

Is there a Perl module that has a command that will remove all files that are over X days old in a directory? Or will I have to write something? I've try...
6 May 30, 2009
3:36 am

merlyn@...
merlynstoneh...
Offline Send Email

Would someone please provide me the below if your currently using ds 4000 ? Thanks Robert 1: df -g output 2: ls -lv 3: ls -vg 4: ls vg -p 5: fget_config -Av ...
1 May 23, 2009
2:26 am

Robert Lee Binkley
leebinkley
Offline Send Email

Hi List, First time poster here, and perl beginner. I have a question about a perl one-liner I am trying to put together to hex encode an ascii string, except...
3 May 20, 2009
2:32 am

Bill Landry
bill_landry
Offline Send Email

Hi How do I extract the number of weeks from the datecalc output. I have generated the difference between 2 dates, but I want to present the week field i my...
2 May 5, 2009
5:35 pm

david wright
david_v_wright
Offline Send Email

Hello Everyone: Can someone explain/correct what I have done wrong here? I want it to output all values (Larry, Moe and Curly), but it's only giving me the...
7 May 4, 2009
11:21 pm

yehezkielbs
Offline Send Email

I'm trying to install the DateTime Module in the Windows environment. Installed to: c:|Perl64\lib\Datetime Every time I run the script below it I get prompted...
1 Apr 21, 2009
9:47 pm

dachner2002
Offline Send Email

Hi All, I have a requirement to use IO:SOCKET:SSL for which I had to install IO-Socket-SSL-1.24 which needed Net-SSLeay-1.35 and then openssl-0.9.8k. I...
1 Apr 17, 2009
5:40 pm

Munthajeeb Akbar
munthajeeb
Offline Send Email

How do I get the number of days between two dates using DATE::MANIP? This is all I can come up with but it gives me Weeks and Days, not just days. ...
4 Apr 15, 2009
7:06 pm

dachner2002
Offline Send Email

Hello everybody, I need to write a Perl CGI script to login from one system (A) into remote system (B) and do a ping to the third system (C). As of now, I have...
3 Apr 12, 2009
7:46 pm

leebinkley
Offline Send Email

i want to pass a file handle to child process.like this: system("perl child.pl $filehandle"); but it doesn't work.the value passed to child is only a string.i...
3 Apr 12, 2009
12:55 am

Chaofei Yang
q11112345
Offline Send Email

Create a new console window and show message gived by the parent process.may be it is a new Dos window.how to do it.this new window is a child.or child thread....
1 Apr 6, 2009
12:52 pm

q11112345
Offline Send Email

#!/usr/bin/perl # Author leebinkley@... use strict; use warnings; my $diff = 0; my @TI = (); my $TimeInfo = \@TI; get_time($TimeInfo); my $MyWrkLoc =...
5 Apr 1, 2009
1:23 am

Robert Binkley
leebinkley
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help