Help for this page

Select Code to Download


  1. or download this
    sub print {
        @_ or croak 'usage: $io->print(ARGS)';
        my $this = shift;
        print $this @_;
    }