Help for this page
# Using printf printf( "%100s\n", 'This will just print to STDOUT; will not return ot +herwise.' ); ... my ( $data ) = @_; print $data; }