Cite This Page
Bibliographic details for Perl Style Guide
- Page name: Perl Style Guide
- Author: Proxmox VE contributors
- Publisher: Proxmox VE, .
- Date of last revision: 11 October 2016 09:36 UTC
- Date retrieved: 2 June 2023 18:12 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201
- Page Version ID: 9201
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2016, October 11). Proxmox VE, . Retrieved 18:12, June 2, 2023 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201.
MLA style
"Perl Style Guide." Proxmox VE, . 11 Oct 2016, 09:36 UTC. 2 Jun 2023, 18:12 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 11 October 2016, 09:36 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201> [accessed 2 June 2023]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201 (accessed June 2, 2023).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2016 Oct 11, 09:36 UTC [cited 2023 Jun 2]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201 (last visited June 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2016", url = "https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201", note = "[Online; accessed 2-June-2023]" }
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 = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2016", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9201}", note = "[Online; accessed 2-June-2023]" }