Help for this page

Select Code to Download


  1. or download this
    use Path::Tiny qw/ path /;
    path( $newFileName )->spew_utf8( qq{<base href="$insert_str">}, $conte
    +nt  );
    
  2. or download this
    $ perl -Mojo -e " $dom = x(q{<base>}); $dom->at(q{base})->attr(qw{href
    + http://example.com/?&}); print $dom "
    <base href="http://example.com/?&amp;">