Help for this page

Select Code to Download


  1. or download this
    printf "Some string %s in the file %s for %s",
       map { defined $_ ? $_ : 'undef' } $arg1,$arg2,$arg3;
    
  2. or download this
    package _XSprintf;
    use overload '""' => sub { shift->() };
    ...
    D :  68 => '01000100'
    E :  69 => '01000101'
    ...