CARVIEW |
Topics: strings
Feed Subscription
Email Subscription

Please sign in or register to post.

Please sign in or register to post.
-
How to Properly Capitalize a Title or Headline in Perl
By gnat: 20 October 2009 - 03:11 PM
If you have a string representing a headline, the title of book, or some other work that needs proper capitalization, use a variant of this tc( ) titlecasing function: INIT { our %nocap;...
-
Exchange Values Without Using Temporary Variables in Perl
By gnat: 20 October 2009 - 02:03 PM
If you want to exchange the values of two scalar variables, but don't want to use a temporary variable, use list assignment to reorder the variables. ($VAR1, $VAR2) = ($VAR2, ...
-
How to choose a string data type in MySQL
By pauldubois: 10 September 2009 - 03:04 PM
Choose the data type according to the characteristics of the information to be stored and how you need to use it. Consider questions such as these:Are the strings binary or nonbinary...
-
How to handle special characters in identifiers in MySQL
By pauldubois: 10 September 2009 - 01:14 PM
If you need to construct SQL statements that refer to identifiers containing special characters, quote the identifiers so that they can be inserted safely into statement strings. The topic ca...
- 1
![]() ©2009, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly Academic Solutions Authors Contacts Customer Service Jobs Newsletters O'Reilly Labs Press Room Privacy Policy RSS Feeds Terms of Service User Groups Writing for O'Reilly |
Content Archive Business Technology Computer Technology Microsoft Mobile Network Operating System Digital Photography Programming Software Web Web Design |
More O'Reilly Sites O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone makezine.com craftzine.com hackszine.com perl.com xml.com Partner Sites InsideRIA java.net O'Reilly Insights on Forbes.com |