|
[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> Recently I started my Perl interpreter only to find it just
en> hangs there and no prompt appears. It has been working fine for
en> two years and all of a sudden this happens.
Um, what do you mean by "just hangs"
If you just type perl at a command prompt it will sit there waiting
for input in the form of a perl program.
Try something like perl -v or perl -le 'print "Hello"' to see if it is
working at all.
-kevin
--
"Never go in against a sicilian when death is on the line"
-- Vizzini in "The Princess Bride"
______________________________________________________________________
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
|