Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    );
    
    print $string;
    
  2. or download this
    13:44 >perl 1415_SoPW.pl
    Wide character in print at 1415_SoPW.pl line 19.
    ...
         _________________
    
         750 Broadway
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    print $rtf HTML::FormatRTF->format_string($content);
    close $rtf or die "Cannot close file '$outfile': $!";