Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $i (qw(<> >^)) {
        /\Q$i/p and print "${^MATCH}\n";
    }
    
  2. or download this
    <>
    >^