#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "header_cover.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;

Boilermaker Supervisor Resume Cover Letter

A sample cover letter for boilermaking supervisor job.
Given below is a sample boiler making supervisor resume cover letter. If you are applying for a boiler making supervisor job, don't forget to send such cover letter with it.

MARTHA KLINGMAN
123, Park evenue
Boston, MA, 02123
(123) 456-7890

September 23rd 2008

Ms. Sally Cook
Zeus Manufacturing
214, East Street
San Francisco, CA 95327

Dear Ms. Cook,

I would like to apply for the position of boiler making manager advertised recently in the Yorba Linda Gazette. I am therefore enclosing my resume for your review.

Although my resume describes in detail my responsibilities over the past several years, I would like to mention some of the qualifications that make me a good candidate for your management position:

I am eager to meet or talk with you about the boiler making manager position. If we haven't spoken by the end of next week, I will contact you. Thank you for your consideration of my application.

Respectfully yours,

Martha Klingman

Enclosure: Resume #!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "footer_cover.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;