- or download this
$ ./program.pl
# or if it's in known PATH:
$ program.pl
- or download this
$ cat foo.pl
#!/usr/bin/perl
...
foo = bar, v = 1
$ ./foo.pl --for=bar -v
foo = bar, v = 1
- or download this
$ cat foo.pl
#!/usr/bin/perl
...
foo = bar, v = 1
$ ./foo.pl --for=bar -v
foo = bar, v = 1