in perl, you can have an arrary such as
@array
and keep on adding info to that array, never stepping out of its memory bounds.
in the php book I have it declares arrays like
$array = ar...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20330270.htm...
Zones:
PHPDate Answered: 07/30/2002 Grade: A Views: 0
Hello Experts,
I am starting a new web development and the question is what to choose - PHP or Perl? The site will contain 50+ pages with HTML templates, database - PostgreSQL, webserver - Apach...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_21162949.html
I have a PERL script that is scheduled to run via CRON. It runs every minute of every day of every week of every month, etc. (* * * * *), and it updates a particular section of the page. It has b...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23199441.html
Zones:
PerlDate Answered: 07/07/2008 Grade: A Views: 0
We recently installed a SSL ceritificate on one of our sites, so now the entire site can be accessed under the https protocol in addition to the http protocol. I don't want the site to be indexed a...
http://www.experts-exchange.com/Web_Development/Internet_Marketing/Search_Engine_Optimizat...
Can use either Perl or PHP
I have POSIX qw(strftime) package for perl
I think it is date(timestamp) function in PHP but i am not sure
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23406634.html
Zones:
Perl,
PHPDate Answered: 05/15/2008 Grade: A Views: 0
hwo to transform this perl code to php
foreach $number (@numberlist) {
eval {
$pdata = GETDATA($number);
};
if ($@) {
$error ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23426738.htm...
Zones:
PHP,
PerlDate Answered: 05/26/2008 Grade: A Views: 0
I have a text file containing:
yellow
brown
black
I need to add the "65" obtaining this:
yellow65
brown65
black65
How can I do it in Perl or PHP?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23502893.htm...
Simple question:
How do I create a file with a million of lines like these?
pippo1
pippo2
pippo3
pippo4
...
pippo1000000
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23503063.htm...
Zones:
PHP,
PerlDate Answered: 06/20/2008 Grade: A Views: 16
I have a file like this:
yellow
black
red
How can I obtain a new file that repeats those names followed by numbers of a specified range?
For example for 8 to 12 it must generate this:
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23512709.htm...
Zones:
PHP,
PerlDate Answered: 06/24/2008 Grade: A Views: 0
I have a file containing this:
Domenico
Claudio
Alex
Christian
Chiara
Francesca
Federica
How can I automatically delete with PHP or Perl all the lines shorter that 8 characters obtainin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23512738.htm...
Zones:
PHP,
PerlDate Answered: 06/24/2008 Grade: A Views: 0