I compiled this as prel, and ran the following program through it:#include <stdio.h> int main (int argc) { if (argc == 1) while (getchar() != EOF) 1; printf("Just another Perl hacker\n"); }
#!/usr/bin/prel use strict; print q{Just another Perl hacker.";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automatic JAPHs
by Anonymous Monk on Jul 05, 2001 at 22:26 UTC | |
by japhy (Canon) on Jul 05, 2001 at 22:54 UTC | |
by bschmer (Friar) on Jul 06, 2001 at 15:27 UTC |