while i try to install some perl modules using PPM
by the command PPM install MIME-Parser (for eg.)
i) I am getting a message like "junk after doc inline 1 ,
column 69 ,byte 69 at c:\perl\site\lib\XML\Parser.pm
line 153 .
ii) I have tried with nmake also. but the module Mail::Sender...
hello vikter,
here is some loop control constructs which will be very useful to u
last - stop the execution of the loop,and continues with
the next statement after the loop (like break in C)
next - Stops the current iteration of the loop , goes back
to the top and starts...
hello ryojung,
here is some tips which wil be helpful for u
the various sprintf formats are :
%c - character
%s - String
%d - Signed int in decimal notation
%u - Unsigned int in decimal notation
%o - Unsigned int in octal notation (*****it is not %zero )
%x - Unsigned int in hexadecimal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.