Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my $s = 'test atest atested tested test- -test test .test test. test'
    +;
    ...
     print qq{'$s'};
    "
    'DONEatest atested DONEd test- -DONEDONE.DONEDONE DONE'
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my $s = 'test atest atested tested test- -test test .test test. test'
    +;
    ...
     print qq{'$s'};
    "
    'DONE atest atested tested test- -DONE DONE .DONE DONE. DONE'