Help for this page

Select Code to Download


  1. or download this
    my $x = q(Some string of stuff keeping $signs in tact);
  2. or download this
    my $x = q{Test};
    my $x = q+Test+;
    my $x = q(Test);
    my $x = q^Test^;
    ...