Help for this page

Select Code to Download


  1. or download this
    {
        local *_ = \substr $source, $start, $len;
         y/a-zA-Z0-9\n\|-/ /c;
         y/'//d;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        print join '', @field;
    }