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: 27 September 2021 12:28 UTC
- Date retrieved: 24 May 2022 02:13 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215
- Page Version ID: 11215
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2021, September 27). Proxmox VE, . Retrieved 02:13, May 24, 2022 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215.
MLA style
"Perl Style Guide." Proxmox VE, . 27 Sep 2021, 12:28 UTC. 24 May 2022, 02:13 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 27 September 2021, 12:28 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215> [accessed 24 May 2022]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215 (accessed May 24, 2022).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2021 Sep 27, 12:28 UTC [cited 2022 May 24]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215 (last visited May 24, 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=11215", note = "[Online; accessed 24-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 = "2021", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11215}", note = "[Online; accessed 24-May-2022]" }