szabgab has asked for the wisdom of the Perl Monks concerning the following question:
and the code written in the simple language would look like this:#!/usr/bin/perl print "Welcome to Simple Language\n"; print "$ARGV[0]\n"; # the name of the real file ? # process the code written in simple language
#!/home/gabor/bin/sli.pl do something in simple language
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl script used as sh-bang
by merlyn (Sage) on Jan 22, 2005 at 14:17 UTC | |
|
Re: perl script used as sh-bang
by hv (Prior) on Jan 22, 2005 at 14:48 UTC | |
|
Re: perl script used as sh-bang
by BUU (Prior) on Jan 22, 2005 at 19:11 UTC | |
by merlyn (Sage) on Jan 22, 2005 at 20:31 UTC | |
|
Re: perl script used as sh-bang
by gaal (Parson) on Jan 22, 2005 at 15:25 UTC | |
by K_M_McMahon (Hermit) on Jan 22, 2005 at 19:39 UTC | |
by gaal (Parson) on Jan 22, 2005 at 21:12 UTC |