Use /usr/bin/env to make it more likely that perl gets found.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/pkg/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
open FILE, "input.bin" or die $!;
|
open FILE, "input.bin" or die $!;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user