Help for this page

Select Code to Download


  1. or download this
    s/c[_]/c[~]/;
    
  2. or download this
    $_='c[_]';
    s/\Qc[_]\E/c[~]/;
    print $_,$/;