Help for this page

Select Code to Download


  1. or download this
    my $data = '123456789';
    
    $data =~ s/(.{2})/reverse $1/eg;
    
    print $data, "\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $output, "\n";