Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        tr/a-zA-Z/A-Za-z/;  # invert case, just for fun
        print OUT;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        tr/a-zA-Z/A-Za-z/; # invert case, just for fun
        print;
    }
    
  3. or download this
      a -> 0  \
      b -> 1   \ "0-3" defines a continuous character range
    ...
      d -> 3  /
      e -> 1
      fg-zA-Z -> 0