in my test_one.pl and print the results. When I run the program the results on the browser is the code itself from test_two and not the execution of it. Is it possible and does anyone know how it can be done? Thnaks!open(XX,"<test_two.pl"); my @test=<XX>; close(XX); my $xxx=join("",@test); print $xxx;
In reply to Open a .pl file form a .pl file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |