Good day
Does anyone know of a perl module I can use to send a fax with?
Regards
Robert Graham
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
alf Of
Sudarsan Raghavan
Sent: 27 March 2002 14:26
Cc: [EMAIL PROTECTED]
Subject: Re: Maximum ,Minumum
Robert Graham wrote:
> Hi Ozgur
>
> You can use the following:
>
> @data = (10,45,2,439);
> ($min,$max) = (sort {$a <=> $b} @data)[0,$#data];
IMHO sorting a list t
Hi Ozgur
You can use the following:
@data = (10,45,2,439);
($min,$max) = (sort {$a <=> $b} @data)[0,$#data];
Regards
Robert
-Original Message-
From: OZGUR GENC [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2002 13:06
To: [EMAIL PROTECTED]
Subject: Maximum ,Minumum
Hi All,
Does anyone hel
appreciated.
Regards
Robert Graham
South African Weather Service
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
You have two options:
Option one: Put the string between single quotes $a = '"Test Test Test"';
Option two: $a = q("Test Test Test");
Regards
Robert Graham
-Original Message-
From: Hubert Ian M. Tabug [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002
You can try the following
($percent) = `df -k` =~ /(\d+)%/;
Regards
Robert Graham
-Original Message-
From: Kipp, James [mailto:[EMAIL PROTECTED]]
Sent: 27 November 2001 15:47
To: 'James Kelty'; [EMAIL PROTECTED]
Subject: RE: File System Sizes
>
> $percent = `df
Good morning from Pretoria, in sunny South Africa
> By reading the messages everyday I can guess most of us are from United
> States right? And since there are not a lot of messages in (my) morning
> time, probably means most are from the west coast (different timezone).
>
> Am I right?
>
> I'm
Good morning from Pretoria,in Sunny South Africa.
-Original Message-
From: Etienne Marcotte [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2001 17:08
To: [EMAIL PROTECTED]
Subject: Off-Topic (200%) - Where are you from?
By reading the messages everyday I can guess most of us are from Unit
You can use the following to remove the space in front
$Value =~ /s/^\s+//;
And for the sake of interest $Value =~ s/\s+$//; will remove any trailing
spaces from a string
Regards
Robert Graham
-Original Message-
From: Woz [mailto:[EMAIL PROTECTED]]
Sent: 25 October 2001 12:04
To
Hi
You can try the following:
$line = "insert_job: DUKS_rtcf_daily_log_purge job_type: c";
($rest) = $line =~ m/(\W\w.*)/;
Regards
Robert
-Original Message-
From: Woz [mailto:[EMAIL PROTECTED]]
Sent: 25 October 2001 11:17
To: [EMAIL PROTECTED]
Subject: Regular expression help!!
Hi,
Have a look a the "Short Guide to DBI" available at perl.com It has an
example with queries.
http://www.perl.com/lpt/a/1999/10/DBI.html
Regards
Robert
- Original Message -
From: "Elie De Brauwer" <[EMAIL PROTECTED]>
To: "Ray Barker" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursda
Hi Jorge
You can define the host name as a string eg.
$host = "hostname";
where hostname represents the host name on your network,
and then refer to the string in the ping command:
unless ($p->ping($host))
Hope this helps
Robert Graham
> Hi I have the following code:
>
&g
Sally
The /g does a global match. In other words it finds all occurences of the
pattern.
Kind regards
Robert Graham
[EMAIL PROTECTED]
Tel: (012) 309 3075
Fax: (012) 323 4518
South African Weather Bureau
*
Call our Weatherline at: 082 162
Visit our web site at
13 matches
Mail list logo