Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "my $str = 'Iteration {Applied Field}  {Total Energy}  {Foo}  {  a b  
    + c d  }  Mx';
    ...
     printf qq{'$_' } for @fields;
    "
    'Iteration' 'Applied Field' 'Total Energy' 'Foo' 'a b   c d' 'Mx'