Nirav Kaku wrote:

> I posted some queries. Anyways, could someone help me with PERL. I mean, I
> want to start programming in PERL on Linux and I have no idea how to go
> about it. So, tell me..
> 
> 1) Where do I write the source code?
> 2) How I compile the code?
> 3) How do I run the application?

Use any text editor to type in the code, then either:

a) Use "perl filename.pl" like with the two lines at the bottom of my
signature or
b) Make the first line of your source file read "#!/usr/bin/perl", mark the
file executable and do a "./filename.pl".

The two lines below BTW are perl source for RSA encryption/decryption.

-- 

Kiran Jonnalagadda
[EMAIL PROTECTED]

print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
)]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`



--------------------------------------------------------------
CHIP, Bombay, India

Reply via email to