Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    $test =~ s%<script>(.*?)</script>%%gs;
    
    print "Test is $test\n";
    
  2. or download this
    ./test.pl 
        Test is before script  after script