in reply to Re: Re: World's most boring Perl quine
in thread World's worst Perl quine

Interesting.... Does that "translate" into:
open(FILE,$0); print <FILE>;
i.e. the one argument open is using the filename in $0 to create the filehandle 0.

-Blake

Replies are listed 'Best First'.
Re: Re: Re: Re: World's most boring Perl quine
by myocom (Deacon) on Oct 19, 2001 at 03:28 UTC

    In short, yes it does the same thing, but for interesting reasons. For a longer explanation, check japhy's Obfuscation review ('bout halfway down).

    "One word of warning: if you meet a bunch of Perl programmers on the bus or something, don't look them in the eye. They've been known to try to convert the young into Perl monks." - Frank Willison