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