#! /tmp/beta 12345 abcde #### #! /usr/bin/perl -wln print scalar reverse if $. > 1; #### 54321 edcba #### ./alpha: line 2: 12345: command not found ./alpha: line 3: abcde: command not found
## #! /usr/bin/perl -wln print scalar reverse if $. > 1; ##
## 54321 edcba ##
## ./alpha: line 2: 12345: command not found ./alpha: line 3: abcde: command not found