foo(); 'this is a string'; bar(); #### 1 while ( s/^\t// ); #### # assignment @foo_and_bar = ( foo(), bar() ); # same thing, not assigned to anything foo(), bar();
## 1 while ( s/^\t// ); ##
## # assignment @foo_and_bar = ( foo(), bar() ); # same thing, not assigned to anything foo(), bar();