Hi,
Is there a simple way to determine if a variable contains a number or (one
or more) alpha-nummeric characters ?
Vriendelijke groet,
Rene Verharen
[EMAIL PROTECTED]
http://www.verharen.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi,
I need to calculate the date exactly 30 days ahead. Can I do this from
localtime or do I need a certain module ?
Thanks for your help.
Vriendelijke groet,
Rene Verharen
[EMAIL PROTECTED]
http://www.verharen.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
mkdir "$homeDir/directory/somedir", 0755";
mkdir "$homeDir/directory/somedir/someotherdir", 0755";
mkdir "$homeDir/directory/somedir/someotherdir/yetanotherdir", 0755";
Although this works I think I'm using to much code. Is there a more
t;;
$rearch = "(with brackets)";
$replace = "without brackets";
$text =~ s/$search/$replace/;
print $text;
If I run this example it prints : This is a text (without brackets)...
Where did I go wrong ?
Kind regards,
Rene Verharen
Please DO NOT reply to me per
";
mkdir $string, 0755;
}
This seems to work for me but comments are welcome.
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
?
Thanks.
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
{2,4}/)
>>{
>> # error stuff here
>>}
>
>
>have you considered using email::valid?
>
>http://search.cpan.org/search?dist=Email-Valid
Is there also a module or another way to test the existence of an email
address ?
Kind regards,
Rene Verharen
Please DO NO
Hi,
Where can I find some information on how to convert a alphanumeric string
to a number ?
My problem :
$waarde = "0073"; # The value in $waarde comes from a file
needs to be converted to
$waarde = 73;
Pleas point me in the right direction.
Kind regards,
Ren
At 28-4-2002 09:54 -0400, Marty Landman wrote:
>Rene, here's a little pgm and output to give you an example :
>
>$waarde = "0073";
>$waarde += 0;
>print "waarde eq $waarde\n";
Thank you Marty for your help. This is what I finally made of it :
print
";
>> End of index.cgi
Any comments are welcome.
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
this
platform" error when testing my scripts local on a W98 platform ?
I'm using ActiveState Perl version 5.005_03
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
At 11-01-2003 09:48 -0500, Susan Aurand wrote:
Is there an AND operator in perl? For example;
if ($SRF=1 and $SRL=1) {print"YES";)
print "YES"if ($SRF=1 && $SRL=1);
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy f
Hi all,
My ISP won't install some Perl modules I want to use (Email::Valid and
Mail::Address).
Is there a way to install these modules in some directory I have access to
so I'll be able to use them ?
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'
and solved the problem this way :
push(@INC, "/path/to/my/modules");
Thanks for your response.
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
text in it. Can someone tell me more about how
this is done or point me at a doc I should read ?
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from the list.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
edomain.tld/somepage.html";;
$UserAgent->agent('Mozilla 4.7');
$response = $UserAgent->request($request);
@content = split (/\n/, $response->content);
Any help ?
Kind regards,
Rene Verharen
Please DO NOT reply to me personally. I'll get my copy from t
should I use ?
Vriendelijke groet,
Rene Verharen
[EMAIL PROTECTED]
http://www.verharen.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
send someone the script : Is this a CGI-issue or do i need to
look at my MTA (Postfix) to solve this little problem ?
Vriendelijke groet,
Rene Verharen
[EMAIL PROTECTED]
http://www.verharen.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
18 matches
Mail list logo