Powerful perl paradigm I don't find in python

Charles T. Smith cts.private.yahoo at gmail.com
Fri Jan 15 04:24:30 EST 2016


while ($str != $tail) {
    $str ~= s/^(head-pattern)//;
    use ($1);
}



More information about the Python-list mailing list