Posted on September 8, 2011. Filed under: Uncategorized | Tags: cpan:app-perlbrew, cpan:local-lib, perl, shebang |
Comments are closed.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | |
Liked it here?
Why not try sites on the blogroll...
Get a free blog at WordPress.com Theme: Fadtastic by Andrew Faulkner.
Also useful if you want to run a script with any perl:
#!/some/perl eval 'exec /some/other/perl -wS $0 ${1+"$@"}' if $running_under_some_shell;or, via a shell
#!/bin/sh #! -*-perl-*- eval 'exec perl -x -wS $0 ${1+"$@"}' if 0;See -S in perlrun for more details
briang
September 10, 2011