in reply to Print hello world not working
Set it executable, chmod 700 hello.pl, then run it with ./hello.pl.#!/usr/bin/perl use strict; use warnings; print "Hello, World...\n";
If that's not it I have no idea what you're doing because any other interpretation of your post would throw an error from something. Putting it in a file will at least give you a feedback if that's not where your perl is located.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print hello world not working
by karlgoethebier (Abbot) on Jul 16, 2020 at 13:11 UTC |