Help for this page

Select Code to Download


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