View Full Version : Important help in perl


heldaramally
Important help in perl.................

I hope that there there is any one useing perl programming ...........

if there .......... i need to knew that is the "chomp" doing ' beltafsel el momel '

coz i can't understand it correctlly..........

akef
Google...
http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial_s&hl=en&q=perl+chomp&btnG=Google+Search

yields:
http://perlmeme.org/howtos/perlfunc/chomp_function.html

which says:
The chomp() function will remove (usually) any newline character from the end of a string. The reason we say usually is that it actually removes any character that matches the current value of $/ (the input record separator), and $/ defaults to a newline.

You're going to find many things from a simple search.

Regards,
Akef

heldaramally
Very very thanks for your important help .........
it's more useful for me ...........

i can't thank you for this help......

very very thanks..............