Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.1.3 Double-quoted Strings

Double-quoted strings are another way of representing scalar string literals in Perl. Like single-quoted strings, you place a group of ASCII characters between two delimiters (in this case, our delimiter is `"'). However, something called interpolation happens when you use a double-quoted string.

2.1.3.1 Interpolation in Double-quoted Strings  
2.1.3.2 Examples of Interpolation  
2.1.3.3 Examples of Interpolation (ASCII Octal Values)  
2.1.3.4 Examples of Interpolation (ASCII Hex Values)  
2.1.3.5 Characters Requiring Special Consideration  


 
 
  Published under the terms of the GNU General Public License Design by Interspire