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: 3764
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I'm trying to use perl on solaris to copy a file which may have spaces in it. I can't even get it to work without spaces. On the command line, this works:...
14 Oct 31, 2011
10:06 pm

rmillergraysharbor
rmillergrays...
Send Email

Hi, I'd like to ftp the newest file in a directory from a unix box to our windows network. To do this, I plan to use the following to find the newest file: ...
6 Oct 27, 2011
10:46 pm

rmillergraysharbor
rmillergrays...
Send Email

Hi, I'm a beginner in Perl. I'm self studying and I am trying out a simple program. Basically, I want to do a program which will automate nslookup and ping,...
3 Oct 6, 2011
1:13 pm

Amish Husain
amishhusain...
Send Email

At the moment, I am trying to get a handle in writing associative HASH array. I think I got that part of my script correct, however I have added a part in my...
20 Sep 30, 2011
11:27 am

Paul.G
medura43
Send Email

Does anyone know how I can create a pl script that will look at the html on a web page, specifically the <title>New Page1</title> portion of a web page? I need...
26 Sep 25, 2011
11:19 am

medura43
Send Email

Hi , I'm starting Perl , just a fully fresh beginner ; And I use Perl command line in windows ; when I typed the command :¡¡perl -e 'print "Hello,world\n"&#39; ...
4 Sep 18, 2011
11:59 pm

timothy adigun
eternity8008
Send Email

Hi, I am a beginner in perl and I have a query regarding pattern matching. I came across a line in perl where it was written $variable =~ s-/\Z--; and as the...
3 Jul 3, 2011
12:23 pm

Shawn H Corey
shawnhcorey@...
Send Email

Hi, I want a simple perl script which takes my file results.txt and uploads it in the site http://my_company_project_site/results.txt How can i do it? thanks...
15 May 26, 2011
6:04 am

Murugesan M
murugansamybe
Send Email

Hi all, I am supposed to write a perl code that uses SFTP to transfer one file from my server to another server. The arguments are supposed to be read from a...
5 May 22, 2011
1:39 pm

merlyn@...
merlynstoneh...
Send Email

Hi, I am trying to move array elements (populated from the <STDIN>) into a hash as pairs [i] and [i + 1] and then print them out using the code below. If I...
8 Apr 17, 2011
5:51 am

merlyn@...
merlynstoneh...
Send Email

Hi, I'm trying to use the Padre IDE for perl. From what I have read I guess it is not really a bonified IDE. However, I have read that one can at least use it...
1 Apr 15, 2011
12:28 am

mablci
Send Email

I've boiled a problem in a script I'm writing down to the following code: #!/usr/bin/perl my @array = {"string a - ", "string b - "}; @array .= my_sub(); print...
4 Apr 14, 2011
5:04 pm

Charles K. Clarkson
charlesclarkson
Send Email

Hi I'm trying to search and replace text in one file and save it to a new file. I tried the code below but it seems that I am just simply copying the INFILE...
5 Apr 13, 2011
4:33 pm

mablci
Send Email

Hi there, okay I have a Parallel::ForkManager question. I am just starting off using it. I am getting errors and not sure completely how to mitigate them. I...
2 Apr 12, 2011
2:26 pm

Tim Lewis
twlewis64
Send Email

All: I am having problems attempting to change the name of a file from -- filename (nnn) date to filename date (nnn). I am attempting to change the files using...
12 Apr 7, 2011
6:10 pm

Tim Lewis
twlewis64
Send Email

My upload script which uses upload hook works really nice. After the upload ends it writes some debug stuff to log file and sends some info to other host. When...
10 Mar 28, 2011
11:49 pm

merlyn@...
merlynstoneh...
Send Email

I am using Archive Zip to compress files in a Windows environment. If I open the files through Windows, it shows nothing. I can open the file with 7-zip and...
9 Mar 20, 2011
4:01 am

Tim Lewis
twlewis64
Send Email

Hi to all: I´m beginins with Apache Web Server and Perl. I trying install both in Windows Server 2008 to install W3C Validator in Local. The problem: PPM GUI...
2 Mar 6, 2011
5:39 am

Sourabh Indu
sourabhindu
Send Email

Hi experts! I wanted to learn using perl regular expressions from bottom to top with examples. Please advice me with docs/site if any . Thanks much in advance....
3 Feb 18, 2011
5:21 am

Vaibhav P
vaibhavp_india
Send Email

Hi, I am really new (or, actually, it's been awhile) with Perl, and am having problems getting a 'switch&#39; working with Perl 5.8.8. Basically, I'm reading in a...
3 Feb 11, 2011
1:26 pm

Shlomi Fish
shlomif2
Send Email

On 1/25/2011 7:29 AM, perl-beginner@yahoogroups.com wrote: Archive Zip appears empty in Windows ...
1 Jan 27, 2011
10:36 pm

Mike Flannigan
mikeflann
Send Email

Hi All ! Could you please share me some example script to start my learning on perl scripting. MOre on basic perl scripting. Thanks, Ganesh B [Non-text...
5 Jan 27, 2011
4:58 am

Ganesh B
bganeshmail@...
Send Email

Hi, I'm just wondering why output is not being written to output.txt rather it prints on the screen. Can someone look at it? I appreciate it. #!/usr/bin/perl...
3 Jan 27, 2011
1:03 am

Hema K
khema1808
Send Email

The problem I was having with my perl script has been resolved. My domain hosting company tweaked something at their end. I appreciate having found your...
1 Jan 12, 2011
12:11 am

Sharon Skaryd (skaryd...
sharonskaryd
Send Email

I understand this is an email list for beginning perl programmers. I'm not a programmer. I do web design and lots of volunteer work with the world's largest...
1 Jan 11, 2011
10:09 am

Sharon Skaryd
sharonskaryd
Send Email

Hi experts, Have you ever experienced Out of memory problem while using HTML::TableExtract. I'm having little large html files, still i didn't expect this to...
4 Jan 10, 2011
11:51 pm

Fish, David
david.fish@...
Send Email

I am using the backtick operator to capture output. However, I need to pass a scalar variable into the backtick section, instead of a literal command. Is that...
3 Jan 4, 2011
6:02 pm

Tim Lewis
twlewis64
Send Email

I downloaded active perl and installed it on my computer running win 98. It then says to go to the DOS prompt. My prompt says c:\windows>. I type...
13 Dec 23, 2010
7:14 pm

Karl Kaufman
karl_kaufman
Send Email

I am new to the group, and I have a problem in getting Perl's Net::FTP module to work properly under a copy of Cygwin I have installed in Windows 7 (64-bit). I...
7 Dec 9, 2010
6:12 pm

Tim Lewis
twlewis64
Send Email

Hi all, The following perl program, for sorting files in a directory, without using any OS specific command, ordered by modified timestamp is not working. ...
2 Dec 4, 2010
10:12 pm

Tim Lewis
twlewis64
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