Help for this page

Select Code to Download


  1. or download this
    my ($a,$b)=("a","bb"); 
    printf("/%s/ (%d bytes) /%s/ (%d bytes)\n",$a,length($a),$b,length($b)
    +);
    $a^=$b^=$a^=$b;
    printf("/%s/ (%d bytes) /%s/ (%d bytes)\n",$a,length($a),$b,length($b)
    +);'
    
  2. or download this
    /a/ (1 bytes) /bb/ (2 bytes)
    /bb/ (2 bytes) /a/ (2 bytes)