Advertisement

1 - 10 of 46 containing alltags:("Perl or PHP") (0.001 seconds)
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...
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...
Zones: Web Languages/StandardsDate Answered: 10/31/2004 Grade: B Views: 0
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...
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...
Zones: Search Engine Optimization (SEO), Search Engi...Date Answered: 03/05/2008 Grade: A Views: 0
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
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 ...
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?
Zones: PHP, Perl, PHP for WindowsDate Answered: 06/20/2008 Grade: A Views: 0
Simple question: How do I create a file with a million of lines like these? pippo1 pippo2 pippo3 pippo4 ... pippo1000000
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: ...
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...
Zones: PHP, PerlDate Answered: 06/24/2008 Grade: A Views: 0