How to add text csv on Perl

August 14th, 2008 by admin

Here’s steps you can do:
1. First, download Text CSV here

2. Extract the downloaded file
$ tar -xzvf Text-CSV_XS-0.23.tar.gz

3. Enter new directory created
$ cd Text-CSV_XS-0.23

4. Execute Makefile.PL
# perl Makefile.PL

5. Now, make it :
# make

6. Run make test
# make test

7. Run make install
# make install

Just try it, installation is completed.

References :
http://www.advokit.net/node/131
http://search.cpan.org/~jwied/Text-CSV_XS-0.23/CSV_XS.pm

Tags:

I have just read this, it’s a programming ratings table for 2008. At least this will helps the programming stakeholder to choose which programming language should he use while building a project.

From the table, it can be concluded that open source programming language is more preferable than closed  source and commercial programming language.

It proves that programming language for the futures is the free and open source programming languages.






Position
Jul 2008
Position
Jul 2007
Delta in Position Programming Language Ratings
Jul 2008
Delta
Jul 2007
Status
1 1 Java 21.345% +0.33% A
2 2 C 15.945% -0.42% A
3 3 C++ 10.693% +0.19% A
4 4 (Visual) Basic 10.447% +0.72% A
5 5 PHP 9.525% +0.87% A
6 6 Perl 5.131% -0.20% A
7 8 Python 4.973% +1.95% A
8 7 C# 4.000% +0.29% A
9 9 JavaScript 2.757% +0.24% A
10 10 Ruby 2.735% +0.64% A
11 13 Delphi 2.011% +0.51% A
12 14 D 1.224% -0.14% A
13 11 PL/SQL 0.736% -1.23% A
14 12 SAS 0.629% -1.23% B
15 - PowerShell 0.436% +0.44% B
16 23 Pascal 0.432% -0.05% B
17 17 COBOL 0.413% -0.17% B
18 18 Lua 0.408% -0.17% B
19 16 Ada 0.407% -0.20% B
20 15 Lisp/Scheme 0.384% -0.30% B

Tags: ,

It’s a superb tool , you can create a change, read, update and delete page for your mysql table easily using php. Check it out here. Sorry, i am currently unavailable to update this blog regularly since i am working for outsourcing project using PHP and MySQL.

Many methods to create barcode, but i prefer using font. U can download the font here. By using font, u may create barcode practically on every applications that run on Windows, eg: MS Word 2007, MS Word 2003, wordpad, notepad, etc. But the barcode you will create only the code 39 since the fonts available on the Net is Code 39. I have browsed for UPC fonts, but it was unavailable, most of it were commercial, or malware.

Tags: , , ,

You can use AT Command to let your cell phone send or receive SMS message. But the problem is not every manufacutrer has similar AT Command.

This is AT+CNMI commands from many cell phone manufacturers that can be used to make an SMS Server using java.

NOKIA : AT+CNMI=1,1,0,0,0

MOTOROLA : AT+CNMI=3,1

Siemens : AT+CNMI=1,1,2,2,1

Modem GSM Siemens : AT+CNMI=2,1,0,0,0

Tags: ,

For instance, you have a data on remote/other database and you want to migrate it onto your local sql server’s database. If you use this query select * ServerName.DataBaseName.dbo.TableName you’ll find an error saying that the database cannot be found. That’s what i faced yesterday.

So you have to execute the query ” execute sp_addlinkedserver database_name just like what the error message suggested. It should then worked fine And you’ll be able to access the tables and databases from that remote database server.

Above method only works if you have two sql servers with identical name.

Tags: , ,

Another innovation from netbeans community. I know it’s already an old things, but i just have known it yesterday.

It’s php early access for php. An IDE that will helps you program using php easily. This IDE has intellisense feature and syntax highlight.

What this software lack of, is an WYSIWYG editor. But i bet this software will be better than dreamweaver in a next few years.

The minus of this software is it’s quite heavy since this software was made using java. But it also bring positive consequences, that is it’s multiplatform.

Want to try, just download it from http://netbeans.org

Tags: , , ,

Here’s the steps:

  1. Make a backup of your database on SQL 2000
  2. Then move the backup to the new SQL Server 2005 server
  3. Perform a restore in the SQL Server 2005.
  4. The database will be up instantly.
  5. Set the compatibility level of the new database that is created in SQL 2005 so that it match SQL 2000 before performing the restore process.

PS:

  1. But remember that You can’t backup database on 2005 and restore it to 2000 since there is no backward compatibility works.
  2. Do not forget to map the user to the database too.

Tags: , , ,

after browsing for a while, i found that it was by using code below on the header:

header(”Location: http://www.learningcomputer.info”);

eg: if you want other url, just change the “learningcomputer.info” with other url.

Mind mapping that was introduced by Tony Buzan is a superb tool to help you in creative thinking or to generate idea. You don’t have to buy a commercial software to enable you to mindmap your idea.

One of open source softwares on mindmapping is Freemind open source software.Try it, it’s a superb tool….

You can find the screenshots from here.

43 Things Tags: , , , , , , , ,