Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bobkohm

Pages: [1]
1
Installation / How do I execute perl.
« on: July 17, 2015, 03:55:28 AM »
New install of panel but i don't seem to be able to execut perl.

Code simply echos out even though file protection is 755

COde for test.pl

#!usr/bin/perl

print "Enter your name: ";
$name=<STDIN>;
print "Hello, ${name} !";

Pages: [1]