C
ChicksHateMe
I consider myself still a newbie so I am looking for help, not flaming.
Thanks in advance.
I have written a few Perl programs, and I enjoy it. I like it more than
doing stuff in PHP. I don't want to start the whole PHP - Perl thing,
but I like the power and ease of Perl, and who's faster doesn't matter
to me.
The one thing I dislike is trying to deal with website/hosts and
getting the modules installed that I need. It's a PITA.
I have Sometimes taken modules and just simplified them and used them
as an "include" instead of loading them. For some simple ones this
seems to work fine.
1. Where I am doing this for my own specific sites, what I am wondering
is, if there are any issues I may run into?
2. Would installed modules run faster than using the modules as a
simple include where possible and needed??
I've only used some simple modules so far this way, so I am wondering
also;
3 Is there an EASY way to convert a module to a simple include, or will
I OFTEN run into issues?? Things like assigned vars, etc??
Again, the reason I ask, Is I LOVE perl and want to learn more, but in
some cases it is REALLY difficult to get the hosts to load Perl
modules, packages, bundles, etc... So, in that way, it's hard to
actually run some software on sites ( i.e. pre-written CMS packages).
I Think this is a MAJOR reason why PHP based CMS's are far more
popular and supported than Perl Based ones.
This does make going with PHP a little easier route for CMS's and the
sort, BUTTT I am fighting and kicking to find a way to use Perl and
modules in a more simple way.
Thanks in advance
Thanks in advance.
I have written a few Perl programs, and I enjoy it. I like it more than
doing stuff in PHP. I don't want to start the whole PHP - Perl thing,
but I like the power and ease of Perl, and who's faster doesn't matter
to me.
The one thing I dislike is trying to deal with website/hosts and
getting the modules installed that I need. It's a PITA.
I have Sometimes taken modules and just simplified them and used them
as an "include" instead of loading them. For some simple ones this
seems to work fine.
1. Where I am doing this for my own specific sites, what I am wondering
is, if there are any issues I may run into?
2. Would installed modules run faster than using the modules as a
simple include where possible and needed??
I've only used some simple modules so far this way, so I am wondering
also;
3 Is there an EASY way to convert a module to a simple include, or will
I OFTEN run into issues?? Things like assigned vars, etc??
Again, the reason I ask, Is I LOVE perl and want to learn more, but in
some cases it is REALLY difficult to get the hosts to load Perl
modules, packages, bundles, etc... So, in that way, it's hard to
actually run some software on sites ( i.e. pre-written CMS packages).
I Think this is a MAJOR reason why PHP based CMS's are far more
popular and supported than Perl Based ones.
This does make going with PHP a little easier route for CMS's and the
sort, BUTTT I am fighting and kicking to find a way to use Perl and
modules in a more simple way.
Thanks in advance