First  |  Prev |  Next  |  Last
Pages: 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
creating charts in excel using perl
hi, i need to provide status reports on the click of a button. i have data in excel sheet and want to use it to form pie char and other charts how can i do it? ... 23 Mar 2006 01:13
Howto Install a Perl Wrapper Module for a C Library Locally
Hi, I am attempting to install a CPAN module: Tree::Suffix, in my local home directory. Since I don't have SU previlege. First of all I have installed the required libstree library (http://www.cl.cam.ac.uk/~cpk25/libstree/) in my particular home directory, namely $HOME/MyBioTool/libstree-0.4.2. I have al... 22 Mar 2006 21:37
Net::FTP and IBM TSO :-(
Anyone have any experience using Net::FTP going against IBM TSO? As usual, IBM (just like Microsloth) have their own way of doing things, unfortunately. It would *appear* from using debug in a real FTP client and turning on Net::Cmd debugging that the real FTP client sends an 'EPSV' command just before each 'get'... 22 Mar 2006 22:08
Perl DBI - Select across multiple Database
I want to write a sql where I want to get data from target database and Source database on using UNION clause. But I dont want to use Oracle's DBLINK. Oracle version --------------------------- select col1, col2 from users UNION select col1, col2 from users(a)sourcedb I want to write above sql in such a way ... 14 Mar 2006 20:41
Using File::Find to delete files and directories older than 30 days
I am a Perl beginner and I hve writen this script to remove files older than 30 days, it works well EXCEPT that it leave the empty directories behind, can anyone help me look for empty directories and remove them as well? TIA, Steve #! Perl -w use Strict; use File::Find; $tempdir = "D:\\shared dirs\\temp Pub... 7 Mar 2006 16:07
Perl environment ask for help
Hi all folks, I just installed debian linux on my laptop, and the perl 5.8 is a default package for the system, but when i wanna compile my perl script using perlcc, i get a error message come out with /usr/bin/lb -lperl file can not found, but there are even not these folder at certain location, and i think i... 1 Mar 2006 16:05
unicode string
Hi, Code : $string = "0041"; $hexcode = '\x{'.$string.'}'; $hexcode2 = "\x{0041}"; use Data::Hexdumper; $hexcode = hexdump(data=>$hexcode); print $hexcode; # show \x{0041} print $hexcode2; # show A What can i do to make $hexcode shown as $hexcode2? Thanks for every comments ... 1 Mar 2006 16:05
How to create a Wait Page?
Hi, I have a website that generates responses to a user's query. The generation of a result takes a really long time (sometimes over two minutes). I would like to create a "please wait while we are computing the results page" like the ones I have come across in www.travelocity.com and the like. The "wait" page ... 26 Feb 2006 15:26
How can I Sort hash in numeric context
Hi, I wanted to sort hash on keys, So I did the following #!usr/bin/perl -w use strict; my @interval; my @midpoint=(45419294,45419807,45420010,45420487,45421043,45421491,45421781,45422084,45422591,45422955,45423008); my $var; for ($var=0;$var<@midpoint-1;$var++){ my $x=($midpoint[$var+1]-$midpoint[$v... 25 Feb 2006 09:43
FAQ 4.24 How do I reverse a string?
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 25 Feb 2006 01:50
First  |  Prev |  Next  |  Last
Pages: 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501