jimbo_carruth
New member
I tried a simple Hello world Program, and a black screen comes up for a fraction of a second but then automatically closes. Source code:
#!/usr/sbin/perl -w
print("Hello world!");
I feel like I have Perl installed correctly...
How do I run a program using the command prompt window?
#!/usr/sbin/perl -w
print("Hello world!");
I feel like I have Perl installed correctly...
How do I run a program using the command prompt window?