Cite This Page
Bibliographic details for Perl LWP example
- Page name: Perl LWP example
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 16 September 2012 03:53 UTC
- Date retrieved: 17 November 2025 16:04 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473
- Page Version ID: 5473
Citation styles for Perl LWP example
APA style
Perl LWP example. (2012, September 16). "A B C", . Retrieved 16:04, November 17, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473.
MLA style
"Perl LWP example." "A B C", . 16 Sep 2012, 03:53 UTC. 17 Nov 2025, 16:04 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473>.
MHRA style
"A B C" contributors, 'Perl LWP example', "A B C", , 16 September 2012, 03:53 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473> [accessed 17 November 2025]
Chicago style
"A B C" contributors, "Perl LWP example," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473 (accessed November 17, 2025).
CBE/CSE style
"A B C" contributors. Perl LWP example [Internet]. "A B C", ; 2012 Sep 16, 03:53 UTC [cited 2025 Nov 17]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473.
Bluebook style
Perl LWP example, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473 (last visited November 17, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "Perl LWP example --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473",
note = "[Online; accessed 17-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = ""A B C"",
title = "Perl LWP example --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Perl_LWP_example&oldid=5473}",
note = "[Online; accessed 17-November-2025]"
}