Help for this page

Select Code to Download


  1. or download this
    my $esc_char = get_escape_case("S");
    
  2. or download this
    my $case_formatted_string = $esc_char ."FoobAr";
    
  3. or download this
    use strict;
    
    ...
    
    # while this works..
    print "\Ustuff\n";