Jump to content

Multiline shebang: Difference between revisions

m
→‎{{header|Perl 6}}: Update to modern calling convention
m (→‎{{header|Perl 6}}: Update to modern calling convention)
Line 404:
if $running_under_some_shell;</lang>
=={{header|Perl 6}}==
 
{{broken|Perl 6}}
<lang perl6>#!/usr/local/bin/perl6
evaluse MONKEY; EVAL '(exit $?0)' && evalEVAL 'exec perl6 $0 ${1+"$@"}'
& evalEVAL 'exec perl6 $0 $argv:q'
if 0;</lang>
 
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.