HEX
Server: Apache
System: Linux iad1-shared-b8-33 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: samfetchero1 (10301780)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/share/doc/libtext-reform-perl/examples/demo_footer.pl
#! /usr/bin/perl -w 
use strict;

use Text::Reform;

print form(
  {
    pagewidth => 40,
    pagelen =>  10,
    footer =>   sub {
                    if ($#_) {
                      return "-" x 50 . "\n" .  "Special end of report note";
                    } else {
                      return {
                               center => "\n-- Page $_[0] --\n\n"
                             };
                    }
                  },
    },
  ']]]]]]]]]]]',
  ("hello\n" x 18)
);