Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use 5.010;
    ...
    say "returned was \n $$return";
    my $return2 = format_texts( $rvars, $return );
    __END__
    
  2. or download this
    sub format_texts {
      use strict;
      use 5.010;
    ...
    
      return 1;
    }