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: 20 April 2020 11:56 UTC
- Date retrieved: 6 December 2023 14:41 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698
- Page Version ID: 10698
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2020, April 20). Proxmox VE, . Retrieved 14:41, December 6, 2023 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698.
MLA style
"Perl Style Guide." Proxmox VE, . 20 Apr 2020, 11:56 UTC. 6 Dec 2023, 14:41 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 20 April 2020, 11:56 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698> [accessed 6 December 2023]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698 (accessed December 6, 2023).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2020 Apr 20, 11:56 UTC [cited 2023 Dec 6]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698 (last visited December 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2020", url = "https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698", note = "[Online; accessed 6-December-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 = "2020", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10698}", note = "[Online; accessed 6-December-2023]" }