in reply to Snake
If you find a way around using that nasty open FOO,"<$0";That's not too difficult, just use the DATA filehandle:
But I don't know if you can still make a nice snake with that ...#!/usr/bin/perl seek DATA, 0, 0; undef $/; print <DATA>; __DATA__
-- Hofmator
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Snake
by flgr (Sexton) on Sep 06, 2001 at 21:57 UTC |