Help for this page

Select Code to Download


  1. or download this
    $text =~ /copying(.*)from/ or die "Couldn't find the pattern";
    my $msg = $1;