On a previous server someone build me a postgrep database.
I have to move it because this server is about to deseaper.
All the script were built with PERL query (.pl)
My actual server is under Mysql and Php 4 (phpadmin).
Can i simply move the script files and then re insert via the phpadmin the data or do i have to change parts of the script ?
Exemple... The script are beginning like this (i have never seen that before)
#!/usr/bin/perl -w
use strict;
use DBI;
use CGI;
use Date::Manip;
use URI::Escape;
use MyLib::libs;
Heuuuu ????