Help for this page

Select Code to Download


  1. or download this
    my $n =()= / \b aiutino \b /gix;
    warn "Argh, $n times";
    
  2. or download this
    warn "$_ => Argh!\n" for / \b aiutino \b /gix;
    # Ok: not that interesting with a fixed lenght string!