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