Help for this page

Select Code to Download


  1. or download this
    use warnings; use strict;
    
    ...
      $out .= sprintf $format , $_ , $p{ $_ }
    }
    print $out;
    
  2. or download this
    use warnings; use strict;
    
    ...
      $out .= sprintf $format , $_ , $p{ $_ }
    }
    print $out;