Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Using quotemeta : quotemeta « String « Perl
Perl
String
quotemeta
Using quotemeta
$text = quotemeta(
'I said "Hello."'
); print $text;
Related examples in the same category