Ticket #1474 (new defect)
UNABLE TO RUN THE PERL SCRIPT THE IN THE PADRE PERL IDE
| Reported by: | C_PRASANNA | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Basic Editor Features | Version: | 0.96 |
| Keywords: | Unable to run | Cc: |
Description
Hi,
I am unable to see the command prompt in the padre perl ide, after i put the print "hi\n"; in the padre perl i saved the file if i press F5 or run script noting has happened.
please do the needful
Change History
comment:2 Changed 4 months ago by bowtie
save the following as:- hello.pl
#!/usr/bin/perl use 5.010; use strict; use warnings; print 'Hello World'; exit(0);
then run, try Tools-Prefs-Perl5... internal and external
Note: See
TracTickets for help on using
tickets.

please read http://padre.perlide.org/trac/wiki/Tickets
and add the required info.
thanks