Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl -w
    use warnings;
    ...
    $|++;
    $_=unpack("B*", pack ("H36","ab5cf4fa1bafd28972fb0972b3ea218eb972"));
    while (/(\d{6})/g){print pack ("B*","$[$|$1");}
    
  2. or download this
    my @foo = ("just anoth"," perl hack", "");
    print join "er",@foo;