|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Re: Perl interpreter hangs
|
>>>>> "en" == ed nestor <ejn88@voicenet.com> writes:
en> I do not get the perl prompt. The cursor just moves to next
en> line and hangs there.
That is what is supposed to happen
[kevin@bowline ~]$ perl
print "Hello World\n";
^D
Hello World
It sits there waiting for you to type in a program and then press
Control-D to tell it to execute the code you typed in.
en> perl -v ,works, but nothing else.
It might help to provide the output of perl -v so we have some idea
what version of perl you are using.
What are you trying to do with perl that this is causing you such confusion?
-kevin
--
Perl and this newsgroup shall not adapt themselves to the Microsoft
illiterati. *You* shall adapt to us, or you shall fetch us our fries.
--Tom Christiansen in comp.lang.perl.misc
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|