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