Help for this page
Select Code to Download
Select
or
download this
my $x = q(Some string of stuff keeping $signs in tact);
Select
or
download this
my $x = q{Test}; my $x = q+Test+; my $x = q(Test); my $x = q^Test^; ...