Help for this page

Select Code to Download


  1. or download this
    my $value = 100;
    
    ...
    print $string, "\n";
    __OUTPUT__
    100
    
  2. or download this
    my $var = "Hello world!";
    my $evalcode = "print $var, qq/\n/;";
    ...
    __OUTPUT__
    There was a problem:
    syntax error at (eval 1) line 1, near "!,"