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...
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...
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...
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...
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....
Hi, I am really new (or, actually, it's been awhile) with Perl, and am having problems getting a 'switch39; working with Perl 5.8.8. Basically, I'm reading in a...
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...
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...
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...
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...
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...
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...
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...
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. ...
Hi all, What's the best way to monitor ssh connectivity, and not just ssh port availability, to a server using perl assuming following constraints ? I tried...
I have been trying to figure out how to convert Unicode into characters in any language in a command window, with little success. Here is the code: use strict;...
Hello I start to use perl and can be fun and also can help a lot but I do not know who to make it to work have another problem I am trying to rename a string...
I need to know if is possible to split a file in perl I will provide data here about what I need I need to split data from a file like this location1/nume...
Hi, I need help with installing DBI Module and MySQL client on a Ubuntu 8.x machine. I tried downloading the module from CPAN but was not successful with the...
I downloaded and studied the O'Reilly Into and Intermediate Perl books, and pressed on with my own project. This project aims to solve those word-substitution...
Hi all, Please let me know a way to copying from source host and executing a file on a remote windows system using perl when 1. When the password of...
I am dividing my program into three parts.I need your help in each one of them.Pls help Objective my script is to print the lines that match a file name in an...
Hello- I am new to moose but I am beginner/intermediate Perl programmer. For some reason I am having problems wrapping my head around how to get moose going. ...
I have been teaching myself Perl via the "Perl For Dummies" book, and there is one program that will not run as the book indicates it should. The program uses...
Hi Mike, Forwarding to you until it gets to the list. Regards, Shlomi Fish ... Subject: Re: [PBML] "Perl For Dummies" Help Requested Date: Wednesday 13 October...
Hi everyone, I'm trying to get this page's form to give me results and am using the previous results page that worked before I changed the sites template. For...
Hi all, I have a quick question. I am trying to make sure only 8.3 type string is matched but the below code prints 8.4 . Is there a way I could make sure it...