Can anyone tell me why the "space" and "no space" part of this code doesnt work please? #! /usr/bin/perl use strict; use CGI ':standard'; my $postcode =...
Sorry yeh i knew about "elsif" part, I forgot to change that. About the "ns" and "sp" part, how can i define them? do you mean just put ns = no space and sp =...
... You define them to be whatever you want them to be. They are your subroutines. This code says if the value of $format is "ns" then use the subroutine ...
Using Activestate Perl 5.8.4 Trying to get millisecond timestamps throughout a logging sequence. It objected to Time::HiRes asking for version 4.00. A ppm...
Please ignore my request - I found the reason: Missing semicolon after use Time::HiRes Duhhhhh BTW This was the error message. Time::HiRes version 4.00...
Hello All, I need to do command line testing using Perl. So how should I proceed with it and what approach should I follow. Which modules I should go through? ...
??????? Choose the application and modules that are appropriate for your design, then proceed in the right direction until you have obtained the results you ...
You have to be root to run those daemons. As stated earlier, this program leaves you open to attacks. Ezra...
Ezra Taylor
ezra.taylor@...
May 2, 2005 11:53 am
20971
hi all I am very new to perl and i am learning thru manual only so kindly help me to solve the following problem and my job is related to document and text...
How can I search the contents of all the files in a directory for a specific phrase and write all of the filenames to an array which have that phrase? I'm...
Hi, I am trying to use Perl for Windows (ActiveState Perl) to draw simple polygons in a blank, fullsized window. I have read about the GD module, and this...
Hi, I guess that you can write in russian, but I don't know if you can get answers... Funny, you wrote in latin alfabet, but in russian language. Regards, CO ...
help me please! i need the scpipts for web2mail service....
Шиндяпин А.В
shindyapin_av@...
May 3, 2005 10:12 am
20980
... I'm not bothered. It is still unclear what it is you are trying to achieve, so unless you ask your question with more clarity you are unlikely to get an ...
Hi, I'm trying to write code with these modules (HTML::TreeBuilder, HTML::TokeParser, HTML::Elements). I'm having some difficulty understanding how to dissect...
If you are using active states distribution of perl, it comes with a binary for a SEARCH program which is good.. so you can call it in your program and parse...
... I am using GD::Graph for some applications and It doesn't seem to bother me at all.... ... -- ******************************************* Donato Azevedo ...
Hi, I have a script that is divided into 2 files for manageability. Each is about 700 lines in length and the second file is called from the first using the...
You *could* use perls grep command ... ... You have to open each file; you'd always have to do that - but there's no need to read each line if all you want is...
General answer to match a general question: You can pass data from one file to another by writing subroutines that process the passed data and return a result....