in reply to Re^4: -bash: use
in thread -bash: use
Dude... you are going to start upsetting people by not providing the information they have requested.
Show your code.
Show us how you are *RUNNING YOUR CODE*.
What is happening is that your bash shell does not have any clue that what you're trying to run is Perl code.
Try this:
perl script.pl
Or put:
#!/usr/bin/perl...at the top of the script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: -bash: use
by KW7 (Initiate) on Jul 01, 2017 at 18:23 UTC | |
by Corion (Patriarch) on Jul 01, 2017 at 19:06 UTC |