Help for this page

Select Code to Download


  1. or download this
    my $script_content = 'print STDERR "foo"';
    
    ...
    eval $script_content;
    
    print "buf = $buf\n";    # "buf = foo"