my $foo = bar('thing'); #### $tokens= [ ['my' => "function"], [' ' => "whitespace"], ['$foo' => "scalar"], [' ' => "whitespace"], ['=' => "operator"], [' ' => "whitespace"], ['bar' => "function"], ['(' => "delimiter"], ['thing' => "string"], [')' => "delimiter"], [';' => "delimiter"] ];