Help for this page

Select Code to Download


  1. or download this
    substr $_, $offset, 0, $added_text;
    # or
    substr( $_, $offset, 0) = <<EOT;
    Some text
    to add.
    EOT
    
  2. or download this
    s/$pattern/$new_text/sg;