Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
      if (argc == 1) while (getchar() != EOF) 1;
      printf("Just another Perl hacker\n");
    }
    
  2. or download this
    #!/usr/bin/prel
    
    use strict;
    print q{Just another Perl hacker.";