LOW COST JAVA PHP MYSQL CGI PERL
HOSTING SERVICE
LINUX WINDOWS CPANEL WHM PLESK
HOSTING PACKAGES
ECOMMERCE HOSTING ASP JSP MSSQL
FRONTPAGE HOSTING
CPANEL WHM RESELLER DEDICATED
SERVER WEB HOSTING

Archive for Perl Tutorials

What is mod_perl?

Mod-Perl is an add-on for the Apache web server software, which makes it possible to use the Perl language to add new features for the Apache server, and to increase the speed of Perl applications by as much as 30 times. In other words mod_perl is a perl interpreter which is built into the Apache web server. Mod_perl brings together Apache and Perl, two of the most powerful and mature technologies available to the online world today.

Mod_perl gives the Apache server the ability to execute Perl code directly without having to call a CGI which reduces the startup burden associated with running Perl scripts from the web server. It also allows variables to persist across multiple requests, and lets user authentication be extended to anything that can be written in Perl i.e authenticate web access against an SMB or RADIUS server without having to write an Apache module to do the job.

Comments Bookmark on del.icio.us

For CGI/PERL script issues

1. Upload all CGI/Perl files in the ‘cgi-bin’ directory, which is in the ‘public_html’ directory.2. Check Permissions for “cgi-bin” directory. (It should be 755)

3. Check Permissions for all the cgi/perl files. (It should be 755)

4. Make sure that files are uploaded in ASCII format. If uploaded through
File Manager then there is no such issue of upload file format.

5. Check the PERL interpreter path. It should be !#/usr/bin/perl

6. Check the path of sendmail (if used). It should be /usr/sbin/sendmail

For PHP issue :

1. If page is not getting loaded, make sure that the include path is correct in clients code or may be he is using fsockopen() function, which can cause problems.

2. If the issue is with PHP-MySQL, then you can confirm the database name, username and password that client is using in his configuration file. You can confirm that info with the SQL database section in Control Panel.

Comments Bookmark on del.icio.us

CPAN

CPAN stands for Comprehensive Perl Archive Network. It is a canonical location for Perl code and modules & a source for for knowledge, software and documentation for the Perl programming language.

Cpan plays an important role in providing modules & scripts which are not included in the Perl standard distribution.

Cpan Search:
CPAN Search is a search engine for the distributions, modules, docs, and ID’s on CPAN. It was conceived and built by Graham Barr as a way to make things easier to navigate. Originally named TUCS [ The Ultimate CPAN Search ] it was later named CPAN Search or Search DOT CPA .

Site: http://www.cpan.org

Comments Bookmark on del.icio.us

ImageMagick

ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems. The functionality of ImageMagick is typically utilized from the command line or the features can be used from programs written in any programming language.

ImageMagick, version 6.2.9, is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (about 100) including GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX. ImageMagick can be use to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Features:

  • Format conversion: convert an image from one format to another (e.g. PNG to JPEG).
  • Transform: resize, rotate, crop, flip or trim an image.
  • Transparency: render portions of an image invisible.
  • Draw: add shapes or text to an image.
  • Decorate: add a border or frame to an image.
  • Special effects: blur, sharpen, threshold, or tint an image.
  • Text & comments: insert descriptive or artistic text in an image.
  • Image identification: describe the format and attributes of an image.
  • Animation: create a GIF animation sequence from a group of images.
  • Composite: overlap one image over another.

Site: http://www.imagemagick.org

Comments Bookmark on del.icio.us

Python

A popular, object-oriented scripting language used for writing system utilities and Internet scripts. Python’s design is notably clean, elegant, and well thought through. It can used for different types of softwares development. Python offers a strong support for inregation with other languages and tools & comes with extensive standard libraries.

Python runs on Windows Servers, Linux Servers /Unix Servers, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines. Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.

Site: http://www.python.org

Documentaion: http://www.python.org/doc

Comments (2) Bookmark on del.icio.us

PEAR

PEAR is a framework and distribution system for reusable PHP components. is short for “PHP Extension and Application Repository” and is pronounced just like the fruit. The purpose of PEAR is to provide ‘a structured library of open-sourced code for PHP users’, ‘system for code distribution and package maintenance’, ‘standard style for code written in PHP’, ‘the PHP Extension Community Library’.

Pear Group: The PEAR Group is the governing body of PEAR.

Site: http://pear.php.net/

Manual: http://pear.php.net/manual/

FAQ: http://pear.php.net/manual/en/faq.php

Support: http://pear.php.net/support

Pear Packages: http://pear.php.net/packages.php11 from buy 00 trackback viagratip gambling 123cents mp3 15512 mp3 zenringtone bitter 96 quite beingscredit 4163973 credentials reporting2much fire mp3buy trackback viagra 00 from 11 Map

Comments Bookmark on del.icio.us

« Previous entries · Next entries »