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...
23844
merlyn@...
merlynstoneh...
Jul 2, 2006 11:46 am
... 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...
23845
best_4_jobs
Jul 3, 2006 12:38 pm
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>...
23846
jayamurthy punniyamur...
jayamurthy_pp
Jul 3, 2006 12:45 pm
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...
23847
kalyanraj
kalyanrajs@...
Jul 3, 2006 12:52 pm
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 ...
23848
tnas
nascimentoth...
Jul 3, 2006 2:25 pm
Hi, Do someone know tell me if exists a .pm with one function that list the files of the a directory? Thanks and regards...
23849
sachin gupta
gupta_sachin17
Jul 3, 2006 2:37 pm
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 #... } ...
23850
Mr. Shawn H. Corey
shwncorey
Jul 3, 2006 3:40 pm
... 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...
23851
jayamurthy punniyamur...
jayamurthy_pp
Jul 4, 2006 3:23 am
Hi, Thanks for your suggestion. cheers Jayamurthy.P kalyanraj <kalyanrajs@...> wrote: Hi, If I'm not wrong There are no Interview questions to crack...
23852
Jabir Ahmed
jabirahmed
Jul 4, 2006 8:41 am
try using this would store the contents of the dir in @files as an array jab sachin gupta <gupta_sachin17@...> wrote:...
23853
prasadjoshi_aol
Jul 4, 2006 9:17 am
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...
23854
tnas
nascimentoth...
Jul 4, 2006 10:50 am
What the @$_ variable do? What it mean?...
23855
Mr. Shawn H. Corey
shwncorey
Jul 4, 2006 12:30 pm
... 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; ...
23856
tnas
nascimentoth...
Jul 4, 2006 12:38 pm
thanks...
23857
Damien Carbery
daymobrew
Jul 5, 2006 9:47 am
... ready. ... If the mail is in a single string e.g. $mailcontents, you could parse it easily: my $mailcontents = 'From: release-eng@......
23858
Prasanna Goupal
perl_developer
Jul 5, 2006 10:09 am
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"...
23859
Mr. Shawn H. Corey
shwncorey
Jul 5, 2006 11:14 am
... 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...
23860
Prasanna Goupal
perl_developer
Jul 5, 2006 12:39 pm
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...
23861
Dave Gray
yargevad
Jul 5, 2006 7:19 pm
... 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...
23862
best_4_jobs
Jul 6, 2006 10:16 am
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>...
23863
Somesh
somseck_j
Jul 6, 2006 1:38 pm
Hello everybody, I am a very new learner to PERL. Plz let me know the right resources for it. Regrds, Som...
23864
Peter L. Berghold
blue_cowdawg
Jul 6, 2006 2:17 pm
... Hash: SHA1 ... Go to the Barnes & Noble website or the Amazon website and look around for some books on the subject and bay a couple of them. ...
23865
Kilaru Sambaiah
sam_kilaru2000
Jul 6, 2006 2:26 pm
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...
23866
avnit singh
avnit_99
Jul 6, 2006 2:29 pm
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...
23867
kalyanraj
kalyanrajs@...
Jul 6, 2006 3:02 pm
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...
23868
avnit singh
avnit_99
Jul 6, 2006 3:14 pm
you can go to bushtorrent.com search for perl ebooks and download it and read avnit...
23869
merlyn@...
merlynstoneh...
Jul 6, 2006 3:54 pm
... 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...
23870
merlyn@...
merlynstoneh...
Jul 6, 2006 4:16 pm
... 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...
23871
Kilaru Sambaiah
sam_kilaru2000
Jul 6, 2006 7:36 pm
... 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 ...