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