Help for this page

Select Code to Download


  1. or download this
    function test () {
    
    ...
      var b = "aaaa'bbbb" + 'cccc"dddd' + "eeee\"ffff" + "gggg\'hhhh";
    
    }
    
  2. or download this
    sub chunk {
        my ($strOutput) = @_;
    ...
        }
        return @chunks;
    }