Log in



Tags » ‘perl’

How can you repeat a string in PERL without any condition to stop?

November 10th, 2010 by

Question by Aled: How can you repeat a string in PERL without any condition to stop?
i.e. repeat itself without a condition to be met

Best answer:

Answer by martinthurn
while (1)
{
# “repeat a string”
} # while

Add your own answer in the comments!

I have problems executing perl programs in Fedora 11?

November 10th, 2010 by

Question by Akilesh K: I have problems executing perl programs in Fedora 11?
When i execute in the browser, i get a message called internal error. I have changed the permissions of the file also(included executable permission). I have tried many programs but i get the same message(internal error). Fedora 11 has got built in perl features right? How to test that? Please help…

Best answer:

Answer by Unixmen 24/7…….
Search Fedora forum

Add your own answer in the comments!


Powered by Yahoo! Answers