Help for this page

Select Code to Download


  1. or download this
    1170 
    1171 {
    ...
    1178     is($off2, 1, "offset after 0");
    1179 }
    1180
    
  2. or download this
     173 # In each of the following lines, there are three required fields:...
  3. or download this
    481 >%s< >sprintf('%%n%n %d', $n, $n)< >%n 2< >Slight sneakiness to te
    +st %n<
     482 >%s< >$n="abc"; sprintf(' %n%s', substr($n,1,1), $n)< > a1c< >%n 
    +w/magic<
     483 >%s< >no warnings; sprintf('%s%n', chr(256)x5, $n),$n< >5< >Unico
    +de %n<
     484 >