Help for this page

Select Code to Download


  1. or download this
    a> some random text
       ----------------
    ...
    c> random
    c> text
    c>
    
  2. or download this
    @foo = (
        {
    ...
        },
        .. and so on ..
    );
    
  3. or download this
       bri    red    grn    blu
         0      0      0      0
    ...
       101      0    250    255
       102      0    246    255
    ..
    
  4. or download this
    CLASS
        EXPRESSION ([pixel] >= 242 AND [pixel] <= 242
    ...
        END
    END
    ..
    
  5. or download this
    while (<INFILE>) {
    
    ...
           "    END\n" . 
           "END\n";
    }