Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
        print qq(After: "$contents" Before: "$str"\n);
    }
    
  2. or download this
    After: "<form>" Before: "all this<form>"
    After: "meh!<form>" Before: "meh!<form>"
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $form = $root->look_down("_tag", "form");
    
    print $form->as_text();
    
  4. or download this
    All good men