Help for this page

Select Code to Download


  1. or download this
    # the remote side is supposed to use semicolons, but in
    # this one case we tickle a bug in blah blah blah that 
    # makes it use tabs so change the tabs to semicolons
    $foo =~ tr/\t/;/;
    
  2. or download this
    # i know there is a better way to do this, but it's 3 am
    # and I'm an idiot