Next | Program Repair Shop | 156 |
For example, consider this common idiom:
print CLIENT "['" . join("','" => @keys) . "']", EOL;
Its purpose is to produce a string like this one:
['key1','key2','key3','key4','key5','key6']
continued...
Next | Copyright © 2002 M. J. Dominus |