There is no documented syntax that would allow to display a line starting with a %. An example biting me was printing a perl hash: %hash = ( 'as' => 'qw' ); I had to prefix the % with a space, but the result is visually unpleasant.
There is no documented syntax that would allow to display a line starting with a %. An example biting me was printing a perl hash: %hash = ( 'as' => 'qw' ); I had to prefix the % with a space, but the result is visually unpleasant.