Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash -u
    
    ...
      done
    
    fi
    
  2. or download this
          my $fmt;      # prototypes are documentary (rt#89053)
          my $given = [ sub ($$) { $_[0] =~ /^[-+]?[0-9]+\.?\z/     && q{%
    +s}  },
    ...
    
          do { $fmt = $_->($v, $ro) and last } for @$given;
          return sprintf $fmt, $v;
    
  3. or download this
          no strict 'refs';
          my %actions = ( 
    ...
                        sort  nonrefs_b4_refs keys %$v]} ) . '}' },);
          if (my $act=$actions{$ref}) { &$act } 
          else { return "$v" }