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