in reply to More multiplatform perl
As the tilde-expansion is something done by a shell, not by the OS (and what happens when a different user runs the script...?).#!~/bin/perl # This won't work (at least not portably) because of the ~ on the #shebang line... use #!/my/home/directory/bin/perl instead print "Your perl code here...\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: More multiplatform perl
by the pusher robot (Monk) on Nov 15, 2002 at 19:19 UTC | |
by jsegal (Friar) on Nov 15, 2002 at 19:42 UTC | |
by the pusher robot (Monk) on Nov 15, 2002 at 22:15 UTC |