Help for this page

Select Code to Download


  1. or download this
    printf FH "%s ==> %i", $string, $int;
    
  2. or download this
    print FH sprintf("%s ==> %i", $string, $int);
    
  3. or download this
    mkdir(sprintf($format, @stuff));