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: 12 October 2016 08:23 UTC
- Date retrieved: 30 May 2023 23:57 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208
- Page Version ID: 9208
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2016, October 12). Proxmox VE, . Retrieved 23:57, May 30, 2023 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208.
MLA style
"Perl Style Guide." Proxmox VE, . 12 Oct 2016, 08:23 UTC. 30 May 2023, 23:57 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 12 October 2016, 08:23 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208> [accessed 30 May 2023]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208 (accessed May 30, 2023).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2016 Oct 12, 08:23 UTC [cited 2023 May 30]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9208 (last visited May 30, 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=9208", note = "[Online; accessed 30-May-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=9208}", note = "[Online; accessed 30-May-2023]" }