Hi all, I am using the module Spreadsheet::WriteExcel to create excel reports from my perl script. The report contains file names in a column and certain file...
does anyone know any website from where i can download hi-resolution images ?? above 300 dpi Images such as people walking on street, citylife, a busy street....
1) - I have the following code :- foreach $line (sort keys %url){ $le=0; $le=length($line); if ($le <5) { undef $url{$line}; } } - the %url hash contains a...
Hello, I would like to generate all *combinations* for an "n choose k" scenario. For example, if I have a set of 4 numbers (1,2,3,4) and I want to chose 3 at a...
When you use the 'my' operator, you define your variable, resetting any data that was in it. try changing your code logic to suit ur need. - Olly ... From:...
After I develop a script on my PC under NT4.0, I will want to copy it out to a production server and run it there. I don't want to install Perl to the...
Hi, How to include a file within script? Say I have a file called "top.txt" in the root dir, and I want the perl script to display the pure texts contents of...
... From: "rig01" <rig01@...> To: <perl-beginner@yahoogroups.com> Sent: Thursday, January 03, 2002 2:10 AM Subject: [PBML] How Can I match a blank line ...
The main reasons to use strict are : 1: Make the best use of memory (variables go out of scope when not used) 2: More easily identify things that you've left...
I need help with sending a form to a thankyou.html page while still submitting the info to an email. Currently I am using form2mail in this way: <form...
Hi Members,
My question :- Could members please help me to understand why $b is not
incremented within the while loop below.
Just a comment :-
Originally, I...
Malai <malaikat@...> ... my $file_name = '/top.txt39;; open FH, $file_name or die "$file_name: $!"; while ( <FH> ) { print; } close FH; The 'while39; block...
Charles, Once again, I thank you for the lesson. Sometimes I feel like I'm walking through thick mud. I'm addicted to this message board but what I'm learning...
... Be careful what you wish for! ... I edited Don's script for clarity. Mainly, I lined up some of the comments and added some spacing. I did change the order...
I wish to read cookies from most of my page and I know how to do it my
implementing a SSI directive to a script written in perl. To do this I need
to name the...
Greetings Folks! Once again, I come to you for help! I'm writing a rather long program that has a component that opens a file, checks to see if the directory...
Hi - ive been up over 26 hours - Off to bed - I'll switch off my server for now - If you see me on yahoo chat, in about 8-10 hours time (12-2 a.m. NZ time) - &...
Hi - i'm online for the next 20-60 minutes... I was just wondering.. if anyone has some spare time (5-10 minutes).. can you email me privately.. - to test a...
All, I keep hearing use::strict. Why? All of my scripts work perfectly without it. What bene's are there to using this? (h-link to a reference page?) ...and as...
Greets Folks, Does anyone know how to use Perl to close a browser after a form has been filled out and submitted, but still ensure that the form contents reach...
I have a lot of files and I need to change their file extension. Currenly the extension is *.MP3, but I need it to be *.mp3. I have tried: #perl -e'...
(I'll put " Q ) " to mark specific questions - In between my ramblings ;-) ) Hi.. again - has everyone's Christmas go well ? - Basically, I want to (I can do...