What are the commands to enter/exit Perl (activestate) from windows command

prompt? (very new to this)? I just installed ActivePerl to try learning it but I don't know the basics needed to use it. I assume the keyword 'perl' from the command prompt (Windows Vista here, sorry) initiates interpretation of commands which follow as being Perl, but I don't know how to exit. (ex: to use ActivePython:
C:\> python
>>>"some python here"
>>>exit()
C:\> ::now I'm back )
Is there a Perl equivalent?
Any tips for a total beginner to this language?
 
Back
Top