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: 4 October 2021 06:20 UTC
- Date retrieved: 31 October 2024 23:26 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217
- Page Version ID: 11217
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2021, October 4). Proxmox VE, . Retrieved 23:26, October 31, 2024 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217.
MLA style
"Perl Style Guide." Proxmox VE, . 4 Oct 2021, 06:20 UTC. 31 Oct 2024, 23:26 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 4 October 2021, 06:20 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217> [accessed 31 October 2024]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217 (accessed October 31, 2024).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2021 Oct 4, 06:20 UTC [cited 2024 Oct 31]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=11217 (last visited October 31, 2024).
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=11217", note = "[Online; accessed 31-October-2024]" }
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=11217}", note = "[Online; accessed 31-October-2024]" }