Implicit script execution

The second method of script execution is implicit, which involves just typing the name of the script file itself, as in:

$ bashfile
$ perlfile
   

Being able to run a script implicitly involves a little more work beforehand, since you have to:

It should be obvious that running scripts implicitly is more convenient - it just takes a little more time to set them up that way.