Hi, I am writing a perl program, which accepts arbitrary number of integers as input and prints all the even numbers. But I am not supposed to use any...
... Ashish> Hi, Ashish> I am writing a perl program, which accepts arbitrary number of integers as input and prints all the even numbers. But I am not...
Get Work at Home Job Today. Earn More then your current salary Click Here : http://www.hpgroups.com/homejob.asp <http://www.hpgroups.com/homejob.asp>...
Hi all, Can anyone tell me which website has a complete perl interview questions. Thanks jj ... Yahoo! India Answers: Share what you know. Learn something new...
Hi, If I'm not wrong There are no Interview questions to crack an interview.Its just the time and knowledge on the language gives you strength to crack the ...
kalyanraj
kalyanrajs@...
Jul 3, 2006 12:52 pm
23848
Hi, Do someone know tell me if exists a .pm with one function that list the files of the a directory? Thanks and regards...
You can use use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne 'f'; # plain file #... } ...
... See `perldoc File::Find` -- __END__ Just my 0.00000002 million dollars worth, ... "For the things we have to learn before we can do them, we learn by doing...
Hi, Thanks for your suggestion. cheers Jayamurthy.P kalyanraj <kalyanrajs@...> wrote: Hi, If I'm not wrong There are no Interview questions to crack...
Hi All, This is what I am doing. In my company, we need to download some builds from a server. These builds are uploaded during night at US. As soon as they...
... If the variable $_ contains a reference to an array, this will dereference it. It is the same as writing @{ $_ } #!/usr/bin/perl use strict; use warnings; ...
Hi, I am creating graphs using following programs, but i am getting following error, do you have any idea about it? Error : Can't locate object method "png"...
... Older versions of GD::Image do not create PNGs. Check the version with: perl -MGD -e 'print $GD::VERSION, "\n"' It must be 1.20 or greater. Can you save it...
Hi, Thanks for your support.. I got the cause.. When we install GD module on the server, it asks for different suporrted formats, and i found that png support...
... Sounds like it's giving you a Segmentation fault. If you can simplify the problem into as few lines of code as possible and then post your code, someone...
Get Work at Home Job Today. Earn More then your current salary Click Here : http://www.hpgroups.com/homejob.asp <http://www.hpgroups.com/homejob.asp>...
A linux or Unix system or Windows with perl install Learning perl book No email to email list for one to two months. If you are new learning, learn. Why are...
hi , this is amazing you are messing up my friend see the syntax what will be printented if $_ is a wide space up front so you will get an error try for...
Hi All, Groups are started to share things which we don't know or provide solutions quickly if we're stuck somewhere in the middle. There are many people who...
kalyanraj
kalyanrajs@...
Jul 6, 2006 3:02 pm
23868
you can go to bushtorrent.com search for perl ebooks and download it and read avnit...
... Somesh> I am a very new learner to PERL. Somesh> Plz let me know the right resources for it. See the resources listed in http://learn.perl.org. -- Randal...
... avnit> you can go to [deleted] search for perl ebooks and download it avnit> and read And most of those are illegal. See the archives for this newsgroup...
... Hi, Books are very cheap in India ( Rs 120 for learning perl or $3 ). Nothing like having dead tree book than pdf to read, apart from it is illegal. sam ...