Help for this page

Select Code to Download


  1. or download this
    $ostr = sprintf("$format", @stuff);
    printf $ostr;
    
  2. or download this
    > perl -wle "$f=sprintf'%-13s','%util';print $f;printf $f"
    Use of uninitialized value $f in printf at -e line 1.
    0til