Help for this page

Select Code to Download


  1. or download this
    my $replacement = sub {
        return unpack("a1", shift);
    };
    
  2. or download this
    for (@array) {
        s/HAI WORLD Times ([0-9]+).*/
            '\t\t<exML LOLZ = "' . $replacement->($1) . '"/>'
            /eg;
    }