From: Simon Cozens [mailto:[EMAIL PROTECTED]] > On Thu, Apr 05, 2001 at 10:10:47PM +0100, Michael G Schwern wrote: > > > > I think he's saying that its annoying to have to write any > > sort of tag that says "Hey, I'm starting a new Perl 6 program > > here!" at the top of every single program, much in the same > > way its tiresome to write "int main(...)" in every C program. > > > > Then again, we already have to do the #! thing. There's no need save portability for a #! on Win32. > So have "#!/usr/bin/perl6" do an implicit "module main" in > the absence of any other module declaration. I like that, assuming that: #!perl6 and #!perl6 -s -w would work for Win32... It is strange, but in perl 5 #!perl -w turns on warnings, but #!perl -s doesn't equate to use strict;
- Re: Larry's Apocalypse 1 Dan Sugalski
- Re: Larry's Apocalypse 1 Edward Peschko
- Re: Larry's Apocalypse 1 Dan Brian
- Re: Larry's Apocalypse 1 Glenn Linderman
- Re: Larry's Apocalypse 1 Nathan Torkington
- Re: Larry's Apocalypse 1 John Porter
- Re: Larry's Apocalypse 1 Michael G Schwern
- Re: Larry's Apocalypse 1 Simon Cozens
- Re: Larry's Apocalypse 1 Ted Ashton
- Re: Larry's Apocalypse 1 John Porter
- Re: Larry's Apocalypse 1 Garrett Goebel
- Re: Larry's Apocalypse 1 Michael G Schwern
- RE: Larry's Apocalypse 1 David Whipp
- Re: Larry's Apocalypse 1 John Porter
- Re: Larry's Apocalypse 1 James Mastros
- Re: Larry's Apocalypse 1 Jarkko Hietaniemi
- Re: Larry's Apocalypse 1 Piers Cawley
- Re: Larry's Apocalypse 1 David Grove
- Re: Larry's Apocalypse 1 Larry Wall
- Re: Larry's Apocalypse 1 Dan Sugalski
- Re: Larry's Apocalypse 1 Edward Peschko