Help for this page

Select Code to Download


  1. or download this
    my $i = 1;
    my $string = 'print "hello";';
    my $content = 'print "hello";$x + 2; print "hello";print "hello";print
    + "hello";';
    ...
    print "$content\n";
    
    eval $string;
    
  2. or download this
    print "hello";1
    $x + 2; print "hello";2
    print "hello";3
    print "hello";4
    
    hello