Perl Notes: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2021

  • curprev 21:4221:42, 14 September 2021Martin talk contribs 790 bytes +790 Created page with "== find and capture in one line == my ($found) = ($text =~ /pre (capture stuff in brackets) post/) Note the brackets around $found - match list is converted to a number for..."