Perl Scripts as Commands
␡
- Turning Perl Scripts into Commands
- The UNIX/Linux Magic String
- Using the env Program
- The Shell Script Method
- Microsoft Windows .bat File
- Resources
Page 1 of 6
Next >
Learn how you can easily turn Perl scripts into commands that can be run at the command line in this article by Steve Oualline.
Like this article? We recommend
Turning Perl Scripts into Commands
This article tells you how to turn a Perl script which you execute with the command
$ perl script.pl
into a command which you can execute directly:
$ script
There are several methods for doing this depending on what computer you are using and how Perl is installed on it.
Page 1 of 6
Next >