Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl -w
    use strict;
    ...
    toto "string 1" "string           => string 1
    toto "tata\\" tutu                => tata\\
    toto "tata\\\"" tutu              => tata\\\"
    
  2. or download this
    #!/bin/perl -w
    use strict;
    
    ...
    toto /**/                 =>
    /***/                     => *
    /*/*/                     => /