| Thread | Last Post | Replies |
|
| remove last 10 lines of all files in a directory | 30 Sep 2006 21:26 GMT | 7 |
using perl 5.8.8 Objective: remove last 10 lines of *all* files in a directory with no branches. Like...xfiles directory has the files xfile1...xfile10. No
|
| FAQ 4.34 How do I extract selected columns from a string? | 30 Sep 2006 21:18 GMT | 2 |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete
|
| FAQ 3.24 Why don't Perl one-liners work on my DOS/Mac/VMS system? | 30 Sep 2006 20:55 GMT | 3 |
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete
|
| pls help me in solving two problems | 30 Sep 2006 13:32 GMT | 4 |
Hi i m just starign with PERL..given two problems to solve ..pls help me in solving them 1. Develop a shell and a perl script to run on a Linux machine. The script should
|
| need help finding a pop up example | 30 Sep 2006 12:34 GMT | 1 |
I am a bit new to Perl. (My experience is with Modula2 and Linux bash script.) I need to write a win32 Perl program that will 1) pop up a windows with a message to the user, 2) only appear in the
|
| Writing to a Parsed Excel Spreadsheet | 29 Sep 2006 22:37 GMT | 3 |
Here is a good one I wonder if anyone can answer. I am getting information from a data base, the response is put into a comma seperated file. I then use Text::CSV_XS to put that comma seperated info into a spreadsheet by using Spreadsheet::WriteExcel.
|
| FTP from Perl script on Windows | 29 Sep 2006 22:29 GMT | 12 |
I have tried to use FTP from Perl (not using System() but directly from perl script), and found out that all the sample programs found on the Internet don't work. Further investigation showed that there is following error "Cannot connect to host: Net::FTP: Bad protocol 'tcp' at ...
|
| FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean? | 29 Sep 2006 21:16 GMT | 2 |
This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete
|
| failure to build perl 5.8.8 | 29 Sep 2006 20:35 GMT | 4 |
I am using Suse Linux 9.3. Perl 5.8.6 is the version of perl installed. However, I have some perl code that a vender gave me that they insist only works with perl 5.8.8. So i went to install a separate instance of perl. I changed the prefix to be /work/servers/webenv and ran make. ...
|
| FAQ 3.1 How do I do (anything)? | 29 Sep 2006 19:38 GMT | 5 |
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete
|
| ImageMagick and Perl | 29 Sep 2006 17:23 GMT | 7 |
Im trying to get ImageMagick working on my VPS. Below code used to work on a previous VPS, but now all I get written is $file1, never $file2. Problem is, I dont even know how to debug it... Any clues? $url="someimage.jpg";
|
| Post to https using perl script | 29 Sep 2006 14:52 GMT | 7 |
I wanted to post / upload a file to one of our https server what i am trying to do here is trying to loging to the https server using the user credentials . then trying to post a file to another url which in general accepts post
|
| Reading from standard input | 29 Sep 2006 11:27 GMT | 8 |
I am learning perl scripting and was reading an online tutorial where i encountered this code(at the end of message). The first part of the code (reading from file) has been pasted as-is and the second(reading from standard input stream) was written by me. When I execute the
|
| Perl 64 bit solaris - Strange Errors | 29 Sep 2006 10:28 GMT | 1 |
Gurus, The attempt to build a 64 bit perl ( 5.8.7 and 5.8.8 ) on solaris 9 ( and also sol 8 ) is getting failed during the compilation process. The miniperl got generated successfully, however it core dumps while
|
| Limit FORM mailer submissions to 5 on website, then pause until reviewed by webmaster | 29 Sep 2006 02:22 GMT | 3 |
I was hoping someone could help or point me in the right direction. I would like to install an intelligent Form mailer on my up and coming website. The purpose of the Form mailer will be to either submit to a database
|