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: 23 February 2021 13:10 UTC
- Date retrieved: 13 August 2022 08:49 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982
- Page Version ID: 10982
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2021, February 23). Proxmox VE, . Retrieved 08:49, August 13, 2022 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982.
MLA style
"Perl Style Guide." Proxmox VE, . 23 Feb 2021, 13:10 UTC. 13 Aug 2022, 08:49 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 23 February 2021, 13:10 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982> [accessed 13 August 2022]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982 (accessed August 13, 2022).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2021 Feb 23, 13:10 UTC [cited 2022 Aug 13]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982 (last visited August 13, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2021", url = "https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982", note = "[Online; accessed 13-August-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 = "2021", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10982}", note = "[Online; accessed 13-August-2022]" }