Meaning of #!/usr/bin/perl


livebin

In perl programs what is the meaning of using
#!/usr/bin/perl in the first line.

That first line is actually a very special comment. On Unix systems, if the very first two characters on the first line of a text file are “#!”, then what follows is the name of the program that actually executes the rest of the file. In this case, the program is stored in the file /usr/bin/perl.

Click on the Link given below to More Details:
http://bit.ly/2c7uwrY

Perl has a Lot of Bugs


perlbugs

We cannot say that Perl has a lot of bugs. But it’s a program, and every program has at least one bug. Programmers also know that every program has at least one line of unnecessary source code. By using logical induction, it’s a simple matter to prove that any program could be reduced to a single line of code with a bug.

Click on the Link given below to More Details:
http://bit.ly/2cch9kR

What is Domain Aliasing


I m newbie in web hosting field. can anyone tell me what is Domain Aliasing.

domainzone

Domain aliasing, or domain stacking, is creating additional domain names that would point to the IP of a different domain. For example, if your domain name is cpwebhosting net, you can register another domain name, e.g. cpwebhosting com and have it point to the location of cpwebhosting net. This means, every Internet user who goes to cpwebhosting com will land in cpwebhosting net.

Click on the Link given below to More Details:
http://bit.ly/2cvccpl

Web Hosting Account Without Domains


You can also host sites without domain names (the so-called stop-gap domains). When you create a stopgap domain you get no DNS zone, and you cannot use e-mail service. However you will be able to access and manage your site using the instant domain alias you get at signup.

hostwith

An instant domain alias is an additional web address that gives access to your website when you don’t have a real domain name or when your real domain name is temporarily unavailable. Instant domain aliases are generated randomly based on your provider’s domain name and can’t be changed. To enable or disable access to your website by instant domain alias.

Click on the Link given below to More Details:
http://bit.ly/2caSVZw

MySQL on Dedicated Server


dedicated-server

If you want to use MySQL on your dedicated server you can install MySQL by compiling the source code with the options that best suit your needs or by downloading and installing a prebuilt binary.

Or you can ask the CPWebhosting Support team they will do it using the the package management system appropriate to your operating system. You can get both binary and source code at the MySQL web site.

Click on the Link given below to More Details:
http://bit.ly/2cHnZjs

MySQL Lacks Certain Features


Features like stored procedures, triggers, referential integrity, and SQL unions and subqueries which are there in relational databases are not supported by MySQL. So there are limitations to the environment in which it can be used. But, it is well suited for Web applications.

Recently, MySQL added support for transactions; they are apparently at work now on stored procedures. That is why MySQL is an excellent product and getting better all the time.

lackingfeature

Click on the Link given below to More Details:
http://bit.ly/2cHiAZX

Park External Domains


Can I Park External Domains In my my web hosting account.

This feature allows you to use H-Sphere DNS server to map IPs to domain names serviced and hosted on other servers (not those of H-Sphere). In this case, a DNS zone is created with a custom DNS A record for the domain name and its IP is entered in the form.

domainex

Click on the Link given below to More Details:
http://bit.ly/2cpJYO8

Uses of The SQL


usesql

Can you explain me the uses of SQL?

SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating database systems. SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.

Click on the Link given below to More Details:
http://bit.ly/2ca8yRd

New to SQL


newsql

I am new to the SQL software can you please tell me something in brief about it?

Well SQL is a standard computer language used for accessing and manipulating the database. It stands for Structured Query Language. With SQL allows we can to access a database, as SQL is an

Click on the Link given below to More Details:
http://bit.ly/2ceg1iM

ANSI standard computer language, With SQL, we can execute queries against a database, can retrieve data from a database, insert new records in a database and can also update records in a database. SQL is very easy to use.

Sp Code in a Text File


aspcodetext

Click on the Link given below to More Details:
http://bit.ly/2cIheSC

I need to write asp code in a text file ( .txt extension) . How do i make it work?

You can use notepad to write the code and save the textfile as .asp or .txt for safekeeping.

Thanx for reply but i need a way to make asp engine parse the text file as asp file.

you need to configre your server to use ASP for .txt extensions

Yes, Unless you have access to configure the server this is impossible.