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: 6 September 2021 06:57 UTC
- Date retrieved: 29 July 2025 04:58 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196
- Page Version ID: 11196
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2021, September 6). Proxmox VE, . Retrieved 04:58, July 29, 2025 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196.
MLA style
"Perl Style Guide." Proxmox VE, . 6 Sep 2021, 06:57 UTC. 29 Jul 2025, 04:58 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 6 September 2021, 06:57 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196> [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=11196 (accessed July 29, 2025).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2021 Sep 6, 06:57 UTC [cited 2025 Jul 29]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196 (last visited July 29, 2025).
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=11196", 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 = "2021", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11196}", note = "[Online; accessed 29-July-2025]" }