hi,
Is there a maillist talking about or seeking a module to a specific
requirement? For example, I want to write a module or application to
store all the glossary in my head, first, I search it on cpan.org but
and don't find any userful module, but I still want to confirm that no
one hasn't done
Is there a maillist talking about or seeking a module to a specific
requirement?
There are some lists about CPAN,maybe that's you wanted.
For example:
cpan-discuss A general, non-technical list for talking about any issue of
CPAN.
cpan-interface A list for people interested in developing a
hi dear members!
i am new in Perl community i want to declare a function and try to pass some
parameters same as i do in php. First i declare a function (umar).
sub umar ($width, $height) {
$area = $width * $height / 2;
return $area;
}
after that is I call function through a variable
On 3 Jul 2006 at 3:04, Umar Draz wrote:
> hi dear members!
>
> i am new in Perl community i want to declare a function and try to pass
> some parameters same as i do in php. First i declare a function (umar).
>
>
> sub umar ($width, $height) {
> $area = $width * $height / 2;
> return
Umar Draz am Montag, 3. Juli 2006 12:04:
> hi dear members!
Hello Umar
> i am new in Perl community i want to declare a function and try to pass
> some parameters same as i do in php. First i declare a function (umar).
>
>
> sub umar ($width, $height) {
> $area = $width * $height / 2;
>
On 6/30/06, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote:
On Fri, 2006-30-06 at 17:07 +0100, Gary Stainburn wrote:
> Hi folks
>
> I'm just about to look into writing a perl prog to read in an excel
> spreadsheet and us that to populate a SQL database.
>
> The idea is to save the spreadsheet as a
Dear Perl community
I have to parse ID, TITLE and SYMBOL fields from the file below. In this
manner I wrote (modify actually) simple script to do that for me.
001
FIRST TITLE
SYMBOL AAA
SECOND CCC
002
SECOND TITLE
SYMBOL HHH
Script below work well, if there is
Mumia W. wrote:
> In the parent, I want to redirect STDOUT to 'logfile' then fork. In the
^^^ ^^
> Here is my code:
>
> use strict;
> use warnings;
> use constant EXIT_OK => 0;
>
> $SIG{CHLD} = "IGNORE";
> my $child = fork();
Where is
Andrej Kastrin am Montag, 3. Juli 2006 21:08:
> Dear Perl community
Hi Andrej
> I have to parse ID, TITLE and SYMBOL fields from the file below. In this
> manner I wrote (modify actually) simple script to do that for me.
>
>
>
>
> 001
> FIRST TITLE
> SYMBOL AAA
> SECOND CCC
>
Andrej Kastrin wrote:
[...]
$symbol=$e->{symbol};
print "$id|$title|$symbol\n";
}
Use the 'ref' command to find out if $symbol is an 'ARRAY' reference. If
it is, use 'join' to join all the elements into a string and put it back
into $symbol before you print.
--
To unsubscribe, e-mail: [EM
John W. Krahn wrote:
> Daniel Kasak wrote:
>
>> John W. Krahn wrote:
>>
>>> perldoc -f binmode
>>>
>> binmode is what I was after - thanks :)
>>
>
> Then don't forget to use the correct characters for this: "\015" for Carriage
> Return and "\012" for Line Feed; as using "\n" may
11 matches
Mail list logo