Help for this page

Select Code to Download


  1. or download this
    unless($_ !~ /$get/) {
       printf STDERR ("String = $_ \n");
    }
    
  2. or download this
    if (m/$get/) {
       printf STDERR ("String = $_ \n");
    }