On Sun, Feb 04, 2001 at 12:20:34AM -0500, Rich Lafferty wrote:
> On Sat, Feb 03, 2001 at 11:50:56PM -0500, Ronald J Kimball
>([EMAIL PROTECTED]) wrote:
> > On Sat, Feb 03, 2001 at 01:08:26PM -0800, Bill Becker wrote:
> > > #!perl -sp0777i<X+d*lMa^*lN%0]dsXx++lMlN/dsM0<j]dsj$/=unpack('H*',$_);
> >
> > That looks extremely unlikely as a #! line.
>
> Why? Check what "-s" does in perlrun.
I know what -s does, and it has nothing to do with the #! line.
It looks unliky partly because the $/=unpack('H*',$_); should be on the
next line.
I see that the rest of it is just an obfuscation to set $^I, which is used
in line 3. Causes an amusing error if you try to run it on a file, though.
:)
Ronald