Hi All, I'm having a multidimension array in a file like this... 23 45 76 89 99 12 32 56 88 33 . . . . Can anybody plz. tell me how to read each individual ...
... You can think of a multi-dimensional array as an 'array of arrays'. To get the first element of the first array you would use: $array[0][0] More at:...
Hi Priya, You can use this code ... dim.txt is your file.... #!/usr/bin/perl @suresh = (); open (F,"c:/dim.txt") or die "Can not open"; while (<F>) { chomp; ...
... skumar> @farray = join ",",split(/\s+/,$_); Huhhh? The output of split is your list. Why would you consider "joining" it with commas, making one long...
The one way is to install Mail::Sender Perl module (look at CPAN). The part of possible code is: #!/usr/bin/perl use Mail::Sender; ... $mail_server =...
I have used perl Tk to do something similar. I am not sure about GD, never used it. You can Google a lot of Tk stuff and many ready-made examples Here is a...
Hello i would like to know abt doin some graphics in perl. Basically i have a set of coordinates generated by my perl program . i need to write a prog for an...
Hi, Thanks for your reply and positive comment. Yeah... it's working. You will get the same result by making use of my code. If you want to print the same...
Hello, I have an important question about session management in Perl. I have a site that has a memberzone and I would to track each username in order to...
Hi, I've a problem with a pretty complex bit of perl when trying to run it on a 64bit opteron macnine. The error message is Can't modify reference constructor...
Hi, I want to make a lesson center for learning perl. It will be a multi-language lesson center.. I also need your help, you will be paid for working.....
Its a good idea to start a lesson center. Please go ahead. Thanks and Regards Pradeep ... __________________________________ Do you Yahoo!? Read only the mail...
How will this work? ... From: redstarfcs To: perl_official@yahoogroups.com Sent: Tuesday, December 14, 2004 4:08 PM Subject: [Perl] Start a Lesson Center Hi, I...
I get "Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/Cache/FastMmap.pm line 554." anyone has any idea what...
... You're probably more likely to get a useful response if you show us some of the code which you were using when this error came up. James. -- James Stewart...
Hello, i have problems with shared libraries.to be specific.. when i run a perl program as below $perl sample.pl it give the following error. perl: error while...